1. GOALS/OUTCOMES FOR LAB
- To get you familiar with code Python
- To get you familiar with your PyCharm IDE
- To write your own Python code
- To get you familiar with submitting your lab results through websubmit
2. LAB 1 TASK Part 2: Convert hours to minutes and to seconds
In the same program after part 2, you should prompt the user to provide a number of hours.
The user can input the hours as either an integer or float. You should then convert the number of hours into (1) the number of minutes in the hour and (2) the number of seconds in the hour. The conversion should be as floating point.
Part 3:
Your code should run correctly, get input from the user and print out the conversion from hours to minutes and then seconds.
Reviews
There are no reviews yet.