entrée utilisateur Python
x = input("y/n")
The Rabbit
x = input("y/n")
print("What is your name?")
name = input()
print(name) # This will print out whatever the user typed
while 1:
value = input()
print(value)