Inpunt and output code example
Example: Inpunt and output
name = input("What's your name?")
print("Good morning {0}. Welcome to Python".format(name))
name = input("What's your name?")
print("Good morning {0}. Welcome to Python".format(name))