Answers for "how to store user input python"

5

python user input

input('ENter question here')
Posted by: Guest on December-31-2019
2

how to add a user input in python

#This will allow the user to type in their name.
name = input("What is your name?")
#or
print("What is your name?")
NAME = input()
Posted by: Guest on May-07-2020

Code answers related to "how to store user input python"

Python Answers by Framework

Browse Popular Code Answers by Language