can we use input() in py 3.6 code example Example: input python 3 answer = input("What is your name? ") print(f"Your name is {answer}")