Answers for "keyboard input 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
0

python user input

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

Python Answers by Framework

Browse Popular Code Answers by Language