question about math module notation

brad byte8bits at gmail.com
Thu Jul 26 16:49:34 EDT 2007


Paul Rubin wrote:
> print 2**64

Ah yes, that works too... thanks. I've settled on doing it this way:

print int(math.pow(2,64))

I like the added parenthesis :)



More information about the Python-list mailing list