Functions help
Rhodri James
rhodri at wildebst.org.uk
Thu Feb 27 17:49:16 EST 2014
More information about the Python-list mailing list
Thu Feb 27 17:49:16 EST 2014
- Previous message (by thread): Functions help
- Next message (by thread): Functions help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 25 Feb 2014 02:18:43 -0000, Dennis Lee Bieber <wlfraed at ix.netcom.com> wrote: > On Mon, 24 Feb 2014 01:01:15 -0000, "Rhodri James" > <rhodri at wildebst.org.uk> > 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
- Previous message (by thread): Functions help
- Next message (by thread): Functions help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list