Answers for "get values from user python"

1

how to have player input in python

#variable for the input:
variable_name = input("please add your input: ")
print(variable_name)

#example
#output(Type Hi please: ")
#print(output)
#Output will be Hi if you typed hi
Posted by: Guest on May-17-2020

Code answers related to "get values from user python"

Python Answers by Framework

Browse Popular Code Answers by Language