I got that "you got to be kidding me" type of problem :)
I'm trying to put in a list digits of a number which has more than 50 digits. I input the number like a string than convert its elements to int and put them in a list. I got this idiotic error when I wanted to printout the elements.
So, no matter what number I input, all elements of the list from the 49th to the 59th get an extra digit, and for that 10 elements the digits go from 0 to 9 respectively. This is an example of the printout: