1) Display "Hello" a) print (hello) b) print {hello} c) print "hello" d) print ("hello") 2) Ask the user to enter their name a) input = name b) print (name) c) name = input your name d) name == Enter name e) name = input("Enter name") 3) Ask the user to enter a whole number a) whole = number b) number = int()num c) number = input("Enter number") d) number = in("Enter number") e) number = print("Enter number") 4) convert string first to whole number a) first = whole() b) first = int() c) first = int(first) d) first = convert (first) 5) convert string first to real number a) first = real() b) first = float() c) first = float(first) d) first = convert (first) 6) Add first & second a) total == first & second b) total == first * second c) total = first + second 7) multiply first & second a) product == first & second b) product= first * second c) product= first + second d) product= first / second 8) divide first by second a) answer = first % second b) answer= first * second c) answer= first + second d) answer= first / second 9) REMAINDER of dividing first by second a) answer = first % second b) answer= first * second c) answer= first + second d) answer= first / second

Algorithm to Python 3 Code

Leaderboard

Visual style

Options

Switch template

Continue editing: ?