Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
how does checking the arrays truthy value not meet the condition if the arr has a length greater than 1?
da best
What I did
Got the same solution xD
Please use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
nice solution but recursion here is little bit over engeniring in my opinion
Cool!
This comment is hidden because it contains spoiler information about the solution
Can u explain this line of your code: Im new to python
sum([item[0] - item[1] for item in bus_stops])