You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
3 lines
30 B
Python
3 lines
30 B
Python
a = b * (c + d)
|
|
a = b * c + d
|