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

4 lines
66 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
while(True):
x = input("What is your age? ")
print(x)