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

3 lines
30 B
Python

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