Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Getting Input in Python

print("What is your name?")
name = input()
print(name)  # This will print out whatever the user typed
Source by www.techwithtim.net #
 
PREVIOUS NEXT
Tagged: #Getting #Input #Python
ADD COMMENT
Topic
Name
5+1 =