On Mon, 24 Feb 2014 01:01:15 -0000, "Rhodri James" <[email protected]>declaimed the following:The function "range" returns the sequence of numbers 1, 2, 3, 4 and 5 [*],so this has the same effect as if you had typed:Wrong -- it returns the sequence 0, 1, 2, 3, 4...
Duh, yes. I do know better than that... -- Rhodri James *-* Wildebeest Herder to the Masses -- https://mail.python.org/mailman/listinfo/python-list
