Enter a number of seconds: 11730 Here is the time in Hours, Minutes, and Seconds: Hours: 3.0 Minutes: 15.0 Seconds: 30.0
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Enter a number of seconds: 11730 Here is the time in Hours, Minutes, and Seconds: Hours: 3.0 Minutes: 15.0 Seconds: 30.0
create the output as below: Python code reading as follows: First
line: Enter a number of seconds: 11730; Second line: Here is the
time in Hours, Minutes, and Seconds:; Third line: Hours: 3.0;
Fourth line: Minutes: 15.0; Fifth line: Seconds: 30.0
Enter a number of seconds: 11730 Here is the time in Hours, Minutes, and Seconds: Hours: 3.0 Minutes: 15.0 Seconds: 30.0