Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
class myObj: name = "John" y = myObj() x = isinstance(y, myObj) print(x)
True