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.
variables' name are not so good.
who can tell me the purpose of two lis.sort()? Thanks
genius
Using
list.sort()
twice is SICK af my man. Well done.Not sure it's worth importing for that single use.
Nice job, I think it is better to use the union of the sets instead of the whole alphabet:
union = set(s1).union(set(s2))
Incredibly clean-looking code, super easy to read. Awesome stuff. Learned a lot from this one.
This comment is hidden because it contains spoiler information about the solution