Skip to content

Commit 667b3b1

Browse files
authored
Update app.py
1 parent bf5ce84 commit 667b3b1

File tree

1 file changed

+1
-1
lines changed
  • exercises/007-hours_and_minutes

1 file changed

+1
-1
lines changed

exercises/007-hours_and_minutes/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def hours_minutes(secs):
1+
def hours_minutes(seconds):
22
# Your code here
33
return None
44

0 commit comments

Comments
 (0)