Project: Our Age in Days
Solve the challenge using +, -, , / and print() in Python.
We'll cover the following...
We'll cover the following...
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!
Press + to interact
Python
print(25 * 365)
Now replace 25
with your own age and ...