Issue 1461: 0**0 should raise an error (original) (raw)
The result is actually undefined, as x0 gives 1 and 0x gives 0.
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
10 1 01 0 0**0 1