• mlahor's Activity

Commented a forum post "Create Intervals" created by pokryshkin
Ok, thanks. That fixed it. I had thought that the 'groupby' function would group items based on the
Liked a comment created by Phil15 for forum post "Create Intervals"
Not have the same result twice imply some sort of randomness.
I suppose it's because of sets, especi
Commented a forum post "Create Intervals" created by pokryshkin
The code: import itertools def same_group(data): return len(data)<=1 or
Commented a forum post "Create Intervals" created by pokryshkin
Second screenshot
Commented a forum post "Create Intervals" created by pokryshkin
I also have a problem with this mission. I've attached two screenshots without changing the code in
Liked forum post "Create Intervals" created by pokryshkin
Hi, I'm trying to solve https://py.checkio.org/en/mission/create-intervals/ . My code works fine in
Didn't like mission "Multicolored Lamp"
You should create a lamp which can glow in one of 4 colors.
Didn't like mission "Surjection Strings"
Check that the 2 given strings are isometric