Answers for "run a python program passing an input and output command line"

5

input command in python shell

x = input("Input Your Name")
#lets say I input Bob
print(x)
#It should output Bob
Posted by: Guest on April-22-2020

Code answers related to "run a python program passing an input and output command line"

Python Answers by Framework

Browse Popular Code Answers by Language