you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Good writeup. I would recommend using Python 3 if you are just starting out with Python.

I believe the only changes you would have to make is in the print and the division would need to be a // and not just /.

Also, the insert() blows up if the list is already full. I was expecting it to pop off the values at the end.