circuitpython/tests/bytecode/mp-tests/augassign1.py

6 lines
47 B
Python
Raw Normal View History

[] = ()
x += 1
x.y += 1
x.f().y += 1
x[1] += 2