the-honk/coursework/gcse computer science/year 9/python/python challenges/1 - Age.py
2021-07-16 17:25:04 +01:00

2 lines
No EOL
60 B
Python

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