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.
Using recursion this way, you Sir is a master!
Super clever!!! Never come up with the idea
very smart, good code!
good
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
That was the kind of solution I was looking for. I knew there would be "itertoolsless" solution using recursion but I couldnt solve it myself. Thanks! As a beginner getting mindblown by recursion this was really helpfull for me
to truncate to 6 decimal places
This could be improved: right now, you are calling b.lower() for every letter in a, and you are calling a.lower() for every letter in b.