Run ❯
Get your
own
website
×
Change Orientation
class Person: name = "John" age = 36 p1 = Person() print(p1.name)
John