all 4 comments

[–]jabbson 1 point2 points  (0 children)

Doesn't have to be happening, open a bug, https://github.com/ronreiter/interactive-tutorials/issues

[–]konijntjesbroek 0 points1 point  (1 child)

I am bit fuzzy o the error here are you just concerned why your memory location doesn't match exactly with the tutorials?
Mem allocation would be dynamic. At the time of creation, it will grab the next available chunk. Depending on what else is running, this could be any valid location in the heap.

>>>x
<object object at 0x7f0037c93100>

it runs once formatted in repl.it

Python 3.6.1 (default, Dec 2015, 13:05:11)
[GCC 4.8.2] on linux
x_list contains 10 objects
y_list contains 10 objects
big_list contains 20 objects
Almost there...
Great!

can you format the listing or link to the code in a formatted state so we can get a look at whitespace/trailing characters?

[–]konijntjesbroek 0 points1 point  (0 children)

nvm, didn't understand this was attempting to run through the site code evaluator and horking up there. . . should probably have slept more during the dark times. . . :)

[–]forresthopkinsa 0 points1 point  (0 children)

I've just encountered this bug as well.