Jason Grout wrote :
range() is a python function that creates python ints, which actually are arbitrarily big:
and type changes around 2^31 :
type (int (2^30)) == <type 'int'> type (int (2^32)) == <type 'long'> Thanks for all your tips, you are my teacher ! François -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
