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.
Love to see that my exact solution is the top voted one. :)
Love to see that my exact solution is the top voted one :)
I had searched for that first before beginning. Python has too many of these little utility things, that you just have to go searching for it lol, similar to javascript at times.
This comment is hidden because it contains spoiler information about the solution
Me neither! Man going on Codewars has really helped prep me for uni
This comment is hidden because it contains spoiler information about the solution
thats incorrect format "" inside '' really.but you can do something like " some strings .."
Please use spoiler flag next time, with the f'string,
'
were already used. Either you use different quotes or escape them.This comment is hidden because it contains spoiler information about the solution