# Input statements are used to ask questions to the user text = input("Enter your name: ") # printing the variabale print(text)