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.
It's a typo. On description. Not a really true issue, but...
This comment is hidden because it contains spoiler information about the solution
You are far far away from the objective of this kata...
You are far far away from the objective of this kata...
maybe you can change the function parameters names
what if size=0 ?
The reset doesn't work for me, but I changed manually and it works.
Thank you and congratulations for the Kata
File "main.py", line 19
test.assert_equals(len(actual), nSocks, f'{name} should have {nSocks} sock(s), considering socks={socks}. Actual: {actual}')
^
SyntaxError: invalid syntax
Another Error
File "main.py", line 19
test.assert_equals(len(actual), nSocks, f'{name} should have {nSocks} sock(s), considering socks={socks}. Actual: {actual}')
^
SyntaxError: invalid syntax
Error on Python
NameError: global name 'get_socks' is not defined