We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b1793 commit 5502c9eCopy full SHA for 5502c9e
py-data/VS_test/problems/api-related/1/correct-usages/duration.py
@@ -1,4 +1,4 @@
1
-def duration(seconds):
+def duration(seconds):
2
p, s = divmod(seconds, 60)
3
p, m = divmod(p, 60)
4
p, h = divmod(p, 60)
0 commit comments