What's wrong with this code?

We haven't created an instance of the class so there doesn't exist a name variableWe can't use variables in a class definitionWe need to put the print statement inside the class definition

We haven't created an instance of the class so there doesn't exist a name variable.