Lesson
Strings & Math
Challenge 1
Given `total_seconds = 3661`, calculate hours, minutes, seconds. Use `//` and `%`. Expected: `1h 1m 1s`
Python Editor
Loading editor...
Lesson
Given `total_seconds = 3661`, calculate hours, minutes, seconds. Use `//` and `%`. Expected: `1h 1m 1s`