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