the-honk/gcse computer science/year 9/python challenges/1 - Age.py
2021-09-14 21:57:23 +01:00

2 lines
No EOL
60 B
Python

age = input('What is your age?')
print('Your age is ' + age)