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.
This task was such a brain cracking, luck you if you know the built in algorithms and other smart thing
Can you explain it?
It raised an error, but in VSC it works fine
STDERR:
Traceback (most recent call last):
File "/workspace/default/tests.py", line 2, in
from solution import open_or_senior
ImportError: cannot import name 'open_or_senior' from 'solution' (/workspace/default/solution.py)
When I [ATTEMPT] it then it returns this:
STDERR:
Traceback (most recent call last):
File "/workspace/default/tests.py", line 4, in
from solution import openOrSenior as open_or_senior
ImportError: cannot import name 'openOrSenior' from 'solution' (/workspace/default/solution.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/workspace/default/tests.py", line 6, in
from solution import open_or_senior
ImportError: cannot import name 'open_or_senior' from 'solution' (/workspace/default/solution.py)
Yamete Kudasai, Senior Senpai
BRUH
Oh that's HOT
This comment is hidden because it contains spoiler information about the solution