Get your own Python server Result Size: 625 x 565
x
 
class Person:
  name = "John"
  age = 36
p1 = Person()
print(p1.name)
John