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.
When trying to submit a solution in python, an error pops up
as well as in the sample tests. When I replaced line 2 in the sample tests with
from solution import Molecule
, the error dissapeared, but the problem remains when trying to submit a solution in the main testsWhen I was trying to submit a python solution, it passed all the fixed tests, but when it got to random I got an error
My solution seems to work with the random test cases, but somehow it still gives the error