Files
Core2forAWS-MicroPython/tests/bytecode/mp-tests/augassign1.py
T

6 lines
47 B
Python

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