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.
Can you tell me what does fork in codewars mean exactly can you tell?
Nice man. I didn't think like that.
oh yea. I knew this lol. I guess brain stopped haha. Thanks anway dude!
THANK YOU FOR MAKING THIS!!! REALLY BOOSTED MY CONFIDENCE IN MY SKILLS OF REGEX. TOOK ME A WHILE TO DO THIS!
This comment is hidden because it contains spoiler information about the solution
please update for pyhton too
This comment is hidden because it contains spoiler information about the solution
Traceback (most recent call last):
File "main.py", line 3, in
Test.assert_equals(multiplication_table(2,2), [[1,2],[2,4]])
File "/runner/frameworks/python/cw-2.py", line 34, in assert_equals
expect(actual == expected, message, allow_raise)
File "/runner/frameworks/python/cw-2.py", line 18, in expect
if passed:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
help im using python