We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732a9c9 commit 4363710Copy full SHA for 4363710
Human_Readable_Time.py
@@ -12,4 +12,5 @@ def make_readable(seconds): #Function converts an amount of seconds into hours:m
12
13
return f"{hour}:{minute}:{second}" #returns the value
14
15
-print(make_readable(input('')))
+print(make_readable(input('')))
16
+input('')
0 commit comments