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 wanted to do this with format but i couldnt figure out how put the fill value there so i just used rjust() cc[-4:].rjust(len(cc),'#')
amazing the clean and zen like code
I am noobie to codwars. No, matter how much easy question is. The types of solution always get me whaaaaat!, Awwwwwwwwwwwwwwwwwwww
Details on this can be found on docs: https://docs.python.org/3/library/string.html#format-specification-mini-language
Is it possible to do an explanation for dummies (like me), how does your return string works?
it cost me time learning sth. about format...
what a graceful solution
format magic....
I think this is best solution