Project: Our Age in Days
Solve the challenge using +, -, , / and print() in Python.
Task
Let’s try something fun. Can you calculate your age in days? Feel free to take the AI mentor’s help if you need a hint!
Python
print(25 * 365)
Now replace 25
with your own age and ...