Answers for "input command in python shell"

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
1

get string from terminal python

input()
Posted by: Guest on March-28-2020

Python Answers by Framework

Browse Popular Code Answers by Language