Message 97918 - Python tracker (original) (raw)
The new snippet does not work for me:
list(irange(-12, 20, 4)) [-12, -8, -4, 0, 4]
I have attached code that seems to work. It is more than a snipped though.
The new snippet does not work for me:
list(irange(-12, 20, 4)) [-12, -8, -4, 0, 4]
I have attached code that seems to work. It is more than a snipped though.