how to create new instance using class python code example Example: class python class MyClass(object): def __init__(self, x): self.x = x