I am going through Python\'s class tutorial and when we do attribute references, we need to provide the value of self
class MyClass: def f(self):