Bug report
Bug description:
# SUMMARY : Terminal (Python 3.14.0) returns 1 when it is 0**0 (zero to the power zero)
# RUN THIS CODE TO REPRODUCE THE ISSUE :
print (0 ** 0)
# EXPECTED RETURN : Infinity or Not Defined
# ACTUAL RETURN : 1
CPython versions tested on:
3.14
Operating systems tested on:
Windows
Bug report
Bug description:
CPython versions tested on:
3.14
Operating systems tested on:
Windows