4 lines
66 B
Python
4 lines
66 B
Python
|
|
while(True):
|
||
|
|
x = input("What is your age? ")
|
||
|
|
print(x)
|