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.
yes, but you have to save it to a new variable as strings are immutable in python
So do I .I have converted it to list at first silly.
simple power
This comment is hidden because it contains spoiler information about the solution
if i use:
def match_words(_, words):
return {w[0]:w for w in words}
The words are not in order
What's your question?
This comment is hidden because it contains spoiler information about the solution
what?
output: {'R': 'Radiation', 'S': 'Stimulated', 'L': 'Light', 'E': 'Emission Of', 'A': 'Amplification By'} ?
This comment is hidden because it contains spoiler information about the solution