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.
Pleasure to my eyes
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
It is a tuple. We have used Tuple Indexing here, We know that True value refers to 1 and False refers to 0. So the first element in the tuple is False corresponding to Tuple index zero(false) and the second value is True corresponding to Tuple index one(True)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
good solution👍🏼
So many of the "best practies" solutions people are voting on seem like just plain bad coding to me. Sure, they are clever but they are often a bunch of jammed up code that take a bit to read and figure out what's really going on. Why do people vote this for best practice?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Brilliant! Well done mate
This comment is hidden because it contains spoiler information about the solution
I had something like this in mind but couldn't code it properly lol, thanks:)
This solution is incredible 10/10
took me 24 lines to get what you got in 2, very impressive!
Loading more items...