Answers for "how to get next input from user python"

0

python 2.7 get user input

# Python 2

txt = raw_input("Type something to test this out: ")
print "Is this what you just said?", txt
Posted by: Guest on December-18-2019
0

python user input

user = input("yes, non")
Posted by: Guest on September-23-2020

Code answers related to "how to get next input from user python"

Python Answers by Framework

Browse Popular Code Answers by Language