Which of the following is the correct way to create a class instance?

variable = My_Class()variable = (My_Class)My_Class()

variable = My_Class().