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 comment is hidden because it contains spoiler information about the solution
Ah should have looked at the test cases a bit more thoroughly. Thank you
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
In the example QRCode, it goes from black -> black -> white..
Also, dont you need to know the color of the field to determine if it will be a 0 or 1? If field is black and x+y%2 is 0 -> add 0. If not, add 1. z
Hello, can someone help me understand the question a bit better..
How do you know if the field is white or black?
The
init
in allsom
cases are set to the number 0Please fix this in test cases. Its 0 instead of a[0] or whatever its supposed to be..
can anyone tell me what formula to look up to solve this lol i am terrible at math
This comment is hidden because it contains spoiler information about the solution
Im getting this error with python when i havent even written any code.
Traceback (most recent call last):
File "main.py", line 3, in
Test.assert_equals(sorted(two_sum([1,2,3], 4)), [0,2])
TypeError: 'NoneType' object is not iterable
Getting this error for python
Traceback (most recent call last):
File "main.py", line 2, in
import codewars_test as test
ModuleNotFoundError: No module named 'codewars_test'
Ah ok nvm i got it.. Idk why i was using and instead of or lol.
Thank you!
This comment is hidden because it contains spoiler information about the solution
Hello, would be greatly appreciated if someone can explain this kata a bit more thoroughly
Loading more items...