class Example(object): def __init__(self): self.itsProblem = "problem" theExample = Example() print(theExample.itsProblem)