Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python input

# use the function input()

# the parameter is something that would
# output on the screen before the input

name = input('What is your name?')
print('Hello ' + name)
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #python #input
ADD COMMENT
Topic
Name
6+5 =