Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
class MyClass: x = 5 p1 = MyClass() print(p1.x)
5