seven(371) should return [35, 1] seven(1603) should return [7, 2] seven(477557101) should return [28, 7]
There it shows a list, but the question wants a tuple.
In the task example, it asks for a list, but the actual question requires a tuple. (Python)
Specify whether n should be inclusive please.
Loading collection data...
There it shows a list, but the question wants a tuple.
In the task example, it asks for a list, but the actual question requires a tuple. (Python)
Specify whether n should be inclusive please.