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.
Backup your code, click Reset, paste it and try again. Also, make sure your function's name is rps.
There is an error in the python language in the tests:
"Traceback (most recent call last):
File "/workspace/default/tests.py", line 2, in
from solution import rps
ImportError: cannot import name 'rps' from 'solution' (/workspace/default/solution.py)"
There is a flaw in your code, it doesn't reduce duplicates correctly. See the error message for test 'AA':
note: 53,566 solves in Python
This comment is hidden because it contains spoiler information about the solution