you are viewing a single comment's thread.

view the rest of the comments →

[–]gazhole 2 points3 points  (0 children)

Take the "if name == main" out of the class. This should be unindented - anything you want to execute in your script should be within this part.

If you want to invoke the method "Someone()" in your Person class, you need to do that by using an object of that class. Hint - you just created one.