Files
python-uncompyle6/test/simple_source/precedence/structure.py
2015-12-21 12:34:19 -05:00

3 lines
38 B
Python

a = b + c + d + e
a = b + c + (d + e)