RosettaCodeData/Task/Input-loop/Python/input-loop-1.py

4 lines
66 B
Python
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
while(True):
x = input("What is your age? ")
print(x)