Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

input command in python shell

x = input("Input Your Name")
#lets say I input Bob
print(x)
#It should output Bob
 
PREVIOUS NEXT
Tagged: #input #command #python #shell
ADD COMMENT
Topic
Name
2+6 =