On Fri, May 6, 2011 at 11:06 PM, dag.odenhall@gmail.com
<dag.odenhall@gmail.com> wrote:
You could also use e-notation[1]: 1e6, in your example.
1e6 is a float, though. If you use it in that example, range() complains that
its arguments must be integers.