Hello, World!
. Save it in a file with the name hello.py
.hello
image file.
bio.py
.1
2
Hello! I am `First Name` `Last Name`. I am `Age`. I am living in `Place`, `Country`. I love `Hobbies`.
It has passed `x` days since I was born. I have $`Money` in my bank account.
where x
is the number of days since the user was born. You will need to calculate the number of days since the user was born.
Money
should be a floating point number with 2 decimal places.
bio
image file.Once you have completed the tasks, submit the following files by attaching them to an email with subject Challenge 1
:
hello.py
hello.png
(screenshot of the code and the output - can be in jpg, jpeg, or png format)bio.py
bio.png
(screenshot of the code and the output - can be in jpg, jpeg, or png format)