In Python I can choose any name for my instance variable when defining a method. In practice people almost always use `self`. Go has the same flexibility, but using other names for the instance is totally normal! https://gobyexample.com/methods