In Python, I have written code to show what happens if you forget to write self in the arguments of the __init__ initialization method defined within a class. When 'self' is written in the arguments ...