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.
looking at other's solutions i feel retarded. I always overthink things...
solved, was being retarded. Didn't notice that i defined a function called range, which your code tried to call instead of python's range. Thanks for your patience.
used 3.4.3. I can send you my code if you want.
Traceback (most recent call last):
File "main.py", line 75, in
randomTests()
File "main.py", line 70, in randomTests
for x in range(0, 50):
TypeError: range() takes 1 positional argument but 2 were given
i've no such code in my solution.
Tests for this kata fail. randomTests.py for x in range(0, 50) takes too many positional arguments according to the tracklog, line 70. (maybe python2 vs python3, i wouldn't know.)
Can't submit my answer until it's fixed.