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
i get marking this "clever" but not "best practice." this code is all but unreadable. it's clever for the sake of clever and unreadable.
Is that a bad thing? (I'm new to coding.)
you wrote a whole algorithm lol
Why have a variable for size when you are only useing it in your code once?
it generates a leading zero if the value is below 10
This comment is hidden because it contains spoiler information about the solution
You know you can copy the code and test what it does, change it, etc.
Hello, I've got a question. Wath are the d for in the f string ?
I don't love using the same variable for the string and int versions of value.