2 lines
60 B
Python
2 lines
60 B
Python
|
age = input('What is your age?')
|
||
|
print('Your age is ' + age)
|