Files
python-uncompyle6/test/simple_source/bug_pypy27/00_assign_pypy.py

5 lines
108 B
Python

# From PyPy 2.6.1 datetime
# PyPy has simpler handling of assign3 and assign2
i, n = 0, 1
a, b, c = 1, 2, 3