Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

input python

# Input statements are used to ask questions to the user

text = input("Enter your name: ")

# printing the variabale 
print(text)
Source by www.techwithtim.net #
 
PREVIOUS NEXT
Tagged: #input #python
ADD COMMENT
Topic
Name
4+2 =