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.
Have you ever divided by 0?
you dont need if just last line
This comment is hidden because it contains spoiler information about the solution
message.translate(maketrans(lc + uc, lc[13:] + lc[:13] + uc[13:] + uc[:13]))??
but this is genius regardless, I dont even know how this works
This is what a recursion is I suppose? can someone guide me on it's workings in this case?