Result Size: 625 x 571
x
 
class myObj:
  name = "John"
y = myObj()
x = isinstance(y, myObj)
print(x)
True
×

Report a Problem: