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 73fb1b7 commit 59558daCopy full SHA for 59558da
exercises/008-two_timestamps/app.py
@@ -1,4 +1,4 @@
1
-def two_timestamp(hr1,min1,sec1,hr2,min2,sec2):
+def two_timestamp(hr1, min1, sec1, hr2, min2, sec2):
2
# Your code here
3
return None
4
0 commit comments