Answers for "function that asksfor a specific number from input python"

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
11

python input function

answer = input('What is your name?')
Posted by: Guest on April-24-2020

Code answers related to "function that asksfor a specific number from input python"

Python Answers by Framework

Browse Popular Code Answers by Language