Antoon Pardon wrote:

> Suppose I write a number in octal notation.
> 
> What should 035[0] cough up? Be carefull it should
> cough up the same as 29[0].
> 

given that 035==000000000000000000000000000000000000000000000035 I say they 
should both cough up 0 for any positive index of course.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to