Why doesnt this work? /u/Impossible-Blood-744 Python Education

def division(): total = int(first) // int(second) print (total) plusstuff = input("What do you want to do? Division, multiplication, addition, subtraction? ") first = input("First Number? ") second = input("Second number? ") if (plusstuff.lower()) == "Division" and first == int and second == int: division() 

submitted by /u/Impossible-Blood-744
[link] [comments]

​r/learnpython def division(): total = int(first) // int(second) print (total) plusstuff = input(“What do you want to do? Division, multiplication, addition, subtraction? “) first = input(“First Number? “) second = input(“Second number? “) if (plusstuff.lower()) == “Division” and first == int and second == int: division() submitted by /u/Impossible-Blood-744 [link] [comments] 

def division(): total = int(first) // int(second) print (total) plusstuff = input("What do you want to do? Division, multiplication, addition, subtraction? ") first = input("First Number? ") second = input("Second number? ") if (plusstuff.lower()) == "Division" and first == int and second == int: division() 

submitted by /u/Impossible-Blood-744
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *