We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e26744 commit a086e8cCopy full SHA for a086e8c
exercises/019-digital_clock/app.py
@@ -1,6 +1,6 @@
1
-#Complete the function to return how many hrs and min are displayed on the 24th digital clock.
+# Complete the function to return how many hours and minutes are displayed on the 24h digital clock
2
def digital_clock(n):
3
return None
4
5
-#Invoke the function with any interger (seconds after midnight)
+# Invoke the function with any integer (minutes after midnight)
6
print(digital_clock())
0 commit comments