That's a problem with your code, not a kata issue. next is raising StopIteration. When you fix your code, it'll work with both 3.6 and 3.8. Note your code will fail the last sample test tho.
next
StopIteration
Loading collection data...
That's a problem with your code, not a kata issue.
next
is raisingStopIteration
. When you fix your code, it'll work with both 3.6 and 3.8. Note your code will fail the last sample test tho.