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

5 lines
37 B
Python
Raw Normal View History

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