Method What is a method in Python? Answer A method is a function defined inside a class, which is called on instances of that class. ← Back to collection Mark as complete ← Previous question Hash Maps: Python Trick Next question Static Method →