RM wrote:

I get odd results when trying to use exponents.  For example:

4^2
6


Someone else already pointed out that ** is exponentiation. ^, on the other hand, bitwise exclusive or.


--
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
  One sword keeps the other in the sheath.
  -- George Herbert
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to