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.
Well, you certainly did that :D
demonstrate what can be done, be original, have fun.
This is cool, but seems like it might be overly complex. What made you decide to do it this way?
Definitely the best solution I have ever seen, this deserves to be the top solution XD
When ... just read 3 books on OOP. :)
he was showing off that he can do inline if statement 😂
social experiment ahahh
its a good joke
i never would have thought of this. god mine is so convoluted
why inside the loop cnt = -1 but outside the loop cnt = 0????
There's no point in returning
True
if the condition evaluates toTrue
or returningFalse
otherwise if you can simply return the condition itself.if cnt < 0: return False
this line is very ingenious
class...
Because this kata takes only account of parentheses :
This comment is hidden because it contains spoiler information about the solution
Loading more items...