Skip to content

Commit d0e2eee

Browse files
committed
learnpack cleaned
1 parent 7a4b90d commit d0e2eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/08-hours_and_minutes/solution.hide.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ def hours_minutes(secs):
66
hours += 1
77
mins -= 60
88

9+
910
return (hours, mins)

0 commit comments

Comments
 (0)