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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ 1. Write a function to convert seconds into hours, minutes and seconds, using `\`.
bs:24 60 60\ / mixed base conversion.
bs:0 60 60\ / mixed base conversion.
/ Putting a 0 in the 'hours' slot preserves the hours value as is.
/ 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