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.
thank you
this is helpful thank you
thank you!
wow - negative indexing v positive indexing - glad i asked glad you answered thank you!
super helpful thanks!
cool! did not remember to add +1, makes sense
why use mul instead of explicitly multiplying out?
doesn't work for me. is this python 2? if so how to write in python 3?
i do not understand this, would be amazing if someone explained.
return results[hand[p1] - hand[p2]]
if rock v scissors result would equal to -2 which would give me the -2 item in list?
thank you so much! still getting the hang of the syntax <-- n00b. you made one lil girl happy today, karma kudos to you!
This comment is hidden because it contains spoiler information about the solution