e.g. consider: >>> 1.5 * 2 ** 2000 Traceback (most recent call last): File "<stdin>", line 1, in <module> OverflowError: int too large to convert to float
47 KiB
47 KiB
e.g. consider: >>> 1.5 * 2 ** 2000 Traceback (most recent call last): File "<stdin>", line 1, in <module> OverflowError: int too large to convert to float