This script prints your age in three different ways :
- Years
- Months
- Days
You only need Python to run this script. You can visit here to download Python.
Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command :
`python calculate.py`
$ python calculate.py
input your name: XYZ
input your age: 33
XYZ's age is 33 years or 406 months or 12328 days