Files
2019-03-15 10:34:54 +01:00

11 lines
231 B
Plaintext

i=-4: <IndexError>
i=-3: <Name foo.txt:1:1-1:2>
i=-2: <Name foo.txt:1:3-1:4>
i=-1: <Name foo.txt:1:5-1:6>
i=0: <Name foo.txt:1:1-1:2>
i=1: <Name foo.txt:1:3-1:4>
i=2: <Name foo.txt:1:5-1:6>
i=3: <IndexError>
i=4: <IndexError>
Done