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.
Cool one :)
U`re a genius
Okay, this was cool
No mutation here. That's not what you're talking about...
value mutate - bad practice
perfect
because we need to return an integer for the code to pass the test. In python using the / will return a float for example 10/2 will give you 5.0 which is a float number but 10//2 will give you 5 which is an integer
Reraised as issue with more detail
This is definitely not best practice (?????)
This is sub-optimal. By using "|", the code must evaluate both n % x and n % y, whereas just using "||" will save needing to calcuate the 2nd expression if the first is true.
Yeeeeah guess the code length should have been restricted to prevent hardcoding - but it wasn't, so fair play xD
not a good practice as we are splitting the string and indexing it at each iteration while it can be done only once
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
XD Best
Loading more items...