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.
Thanks a lot for the link!
https://stackoverflow.com/a/600306/5791271
🦆
👀
This comment is hidden because it contains spoiler information about the solution
first time I'm proud of my solution ^_^
This is the fastest execussion I think
tried to fork, didnt pass all tests
😏
Yes, your posts here are visible in the homepage discourse too.
Are you its needed if its under the solution itself?
Please use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
No, think about it like
0 == False
if you do
True and False
orFalse and True
== Falseyou always get False
similar to that is
9 and 0
or0 and 9
== 0because 0 == False
I guess they just want to upvote