Is there a benefit (besides brevity) one way or the other between using:

import math
...
math.pow(x,y)  # x raised to the power y

vs.

x**y

?

Thanks,

Monte
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to