Skip to content

Commit 59558da

Browse files
authored
Update app.py
1 parent 73fb1b7 commit 59558da

File tree

1 file changed

+1
-1
lines changed
  • exercises/008-two_timestamps

1 file changed

+1
-1
lines changed

exercises/008-two_timestamps/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def two_timestamp(hr1,min1,sec1,hr2,min2,sec2):
1+
def two_timestamp(hr1, min1, sec1, hr2, min2, sec2):
22
# Your code here
33
return None
44

0 commit comments

Comments
 (0)