name = input("Your name? "); print("Hello", name) x = input("?") a = int(x) x = input("?") b = int(x) print(a*b)