You need to sign in or sign up before continuing.×
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.
This comment is hidden because it contains spoiler information about the solution
First i tried dividing by 4 to see what it would give me, then i realized that i could round up if i divided by 3.
I really need to remember this exists.
didnt even think about this.
I didn't know until now that you can directly join stuff to a string without introducing a variable. you learn something every day ig.
This comment is hidden because it contains spoiler information about the solution
Wow...how far I have to go still.
This comment is hidden because it contains spoiler information about the solution
Best practice for pythonist.
I didn't know about counter but now I do. Thanks for sharing your brilliant solution!
Clever but if you were to pass this code onto someone else or include it in a larger script it would be diffcult to understand at first.
good job dude
Thanks for the quick reply mate.
Learning a lot from your comments and solutions, as I'm sure many others are. Keep it up bro. :)
This comment is hidden because it contains spoiler information about the solution
yes, but nothing significant. Here it's more about reducing the typing (no variable declaration)
Loading more items...