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.
because that's a code working only for python 2
This code doesn't seem to pass when I copy and paste it.
range(1, 6) should equal [1, 2, 3, 4, 5]
?
This comment is hidden because it contains spoiler information about the solution
У меня без list(...) не получилось, но это круто что у тебя так получилось
lol why was this downvoted
woah that's just amazing. I never fail to learn new things even in 8 kyu katas
ive never heard a good programmer say "so what" before
not in python
So what? Python 2 is cool)))
Great!
cool! did not remember to add +1, makes sense
and you can use only boolean operations ;)
The current supported version is 2.7.6, not Python 3.
But...:
Python 2.7 is the one in use here, you know...
Range object is NOT a list in Python 3.
Loading more items...