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

5 wiersze
37 B
Python
Czysty Zwykły widok Historia

class A:
x = 1
y = x + z
A()