Skip to content

Commit 4363710

Browse files
authored
Update Human_Readable_Time.py
1 parent 732a9c9 commit 4363710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Human_Readable_Time.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ def make_readable(seconds): #Function converts an amount of seconds into hours:m
1212

1313
return f"{hour}:{minute}:{second}" #returns the value
1414

15-
print(make_readable(input('')))
15+
print(make_readable(input('')))
16+
input('')

0 commit comments

Comments
 (0)