Question: 1. Create a Python program called calculateTime.py to calculate the current hours, minutes, and seconds from the given seconds. The given seconds is the total
1. Create a Python program called calculateTime.py to calculate the current hours, minutes, and seconds from the given seconds. The given seconds is the total seconds calculated from January 1st, 1970.
2. A template is provided to you. You are required to use the Python numeric operators (+, -, *, etc.) to calculate the hours, minutes, and seconds. You are not allowed to use the Python library function(s) to generate the result.
3. Note that:
a. 1 minute = 60 seconds
b. 1 hour = 60 minutes
c. 1 day = 24 hours
4. You are required to comment and indent your code appropriately.
5. TAKE A SCREENSHOT of your output and paste it here. Make sure you zoom into the data area.
can you please answer this questions as much as possible
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
