You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/08.k
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
/ 1. Write a function to convert seconds into hours, minutes and seconds, using `\`.
2
-
bs:24 60 60\ / mixed base conversion.
2
+
bs:0 60 60\ / mixed base conversion.
3
+
/ Putting a 0 in the 'hours' slot preserves the hours value as is.
3
4
4
5
/ 2. Write a function that takes a list of numbers `x` and a number `y`. Group the numbers in `x` into a dictionary based on whether they are multiples
0 commit comments