Tuesday, December 13, 2016

Python3 - Prompting user to enter something.


Prompting user to supply input at the prompt and displaying on the screen


x=input("Please enter your name")
print(x)
print("Hi,", x, "How are you?")

No comments:

Post a Comment