name = input("What's your name?) print("hello + name")
You can use the following code to get the desired output. def add(a, b): return a + b def subtract(a, b): return a - b def multiply(a, b): return a * b def divide(a, b): return a / b def main(): a = int(