When writing a class in Python, you always write 'self' as the first argument of a method, right? This is called an 'instance method' and is the most basic type of method. However, Python classes also ...