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

6 wiersze
47 B
Python

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