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.
Sorry to ask, but what is the reason for the 2+ in 'test.assert_equals(2+goto(2,'2'),2);'.
Could someone please explain it?
Great solution
Thank you so much for the great explanation.
This comment is hidden because it contains spoiler information about the solution
Yep! In Python, there's a way to collapse logic that involves doing actions for every element in a list called "list comprehension". You can see docs online by searching that term or referring to the following example doc: https://www.w3schools.com/python/python_lists_comprehension.asp
Hi, great solution. Sorry to ask, You have used a compound statement right?
I want to learn about this :-)
I thought there should be a check for the length of the argument that is given?