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 cb5b4c4 commit 08aa679Copy full SHA for 08aa679
exercises/019-digital_clock/README.md
@@ -16,7 +16,7 @@ digital_clock(150)
16
(2, 30)
17
```
18
19
-For example, if n = 150, then 150 minutes have passed since midnight - i.e. now is 2:30 am. So the function should print 2, 30.
+For example, if n = 150, then 150 minutes have passed since midnight - i.e. now is 2:30 am. So the function should print (2, 30).
20
21
## 💡 Hints:
22
0 commit comments