Variables and Data Types
Beginner

Create a variable called 'age' and assign your age to it. Then print a message saying 'I am X years old'.

Expected Output:

I am 25 years old
Python Editor

Code Editor

Output

>>> Running your code...
Hello, Python Learner!