Files
python-uncompyle6/test/simple_source/expression/01_float.py
2017-11-24 15:30:05 -05:00

5 lines
82 B
Python

a = 1e300 * 1e300 * 0
b = -1e300 * 1e300 * 0
c = 1e300 * 1e300
d = -1e300 * 1e300