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.
range function fails if the second condition is lower than the first. For ex in the code, range(10, 5) , this wouldnt be able to create that range.
Not a kata issue.
This comment is hidden because it contains spoiler information about the solution
How does this even work? I am new.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I have a question. I am new to coding and finding one part confusing. Why does we switch the a and the b in the second and third elif statments. I guess Im confused on why it matters if a is bigger than b or if b is bigger than a.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution