On Wed, Sep 28, 2011 at 4:28 PM, Tim Roberts <[email protected]> wrote: > My guess is that you actually typed > p=3*a > instead of > p=2*a > > That produces 45. >
Or alternatively, that you used an interactive Python environment and didn't clear i between runs. ChrisA -- http://mail.python.org/mailman/listinfo/python-list
