Answer:
A method in python is somewhat similarto a function, except it is associated with object/classes. Methods in python are very similar to functions except for two major differences. The method is implicitly used for an object for which it is called. The method is accessible to data that is contained within the class.
Ever coded in Java before? What's the thing you have to do each time you save the code in order for it to run properly?
Answer: number 2 is the correct way to do it
Explanation: