Python 2.0 and teaching precalculus

Berthold Höllmann bhoel at starship.python.net
Wed Sep 13 03:20:11 EDT 2000


Hey,

>>>>> "Kirby" == Kirby Urner <urner at alumni.princeton.edu> writes:

...

    Kirby> Of course [-3,-2,-1,0,1,2,3] could be generated using the
    Kirby> built-in range function:

    >>>> dom = range(-3,3,1)
                        ^
This, of course must be

    >>> dom = range(-3,4,1)

...

Cheers,

Berthold

-- 
bhoel at starship.python.net / http://starship.python.net/crew/bhoel/
        It is unlawful to use this email address for unsolicited ads
        (USC Title 47 Sec.227). I will assess a US$500 charge for
        reviewing and deleting each unsolicited ad.



More information about the Python-list mailing list