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.
I am jealous
Lol
My advice is to look into 'type coercion' and while you're at it, 'type conversion' and figure out the difference. It's quite interesting stuff.
how and why does this work ?
Funny exercise to figure out and to solve, nice to practice with.
oke, sorry this is my first time comment in codewars wkwk
No. Use spoiler flag next time.
num % 10: to becom the last digit. Why 10? Because it concerns the decimal numbers which are represented from 0 to 9, so 10.
/ 10: to the next digit
We have to understand, there are various number systems, but the commun ones are: decimal (basis 10), binary (basis 2), octal (basis 8), Hexa (basis 16)
wow nice brain
Approved
python new test framework
We are not look for easy ways
More code!
This is an awesome breakdown to the actual logic of .toString(). Helps a ton
thank you!
Loading more items...