Esmail:
> Is there a Python construct to allow me to do something like
> this:
>     for i in range(-10.5, 10.5, 0.1):

Sometimes I use an improved version of this:
http://code.activestate.com/recipes/66472/

Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to