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.
I am getting list index out of range error for jacobsthal sequence. I have added around 35 numbers in the sequence. i am still getting that error while all other test cases are passed. Can someone pls help?
my bad! but can you please help how do i check if required parameters are passed or not?
Traceback (most recent call last):
File "main.py", line 26, in
Test.assert_equals(prefill(0), p(0), "failed with number 0")
TypeError: prefill() missing 1 required positional argument: 'v'
Its giving me this error. Can the admin fix main.py file please?