Why do we need to use the keyword self when accessing class variables from inside a method?
self to make class variables scope accessible inside a method self to create any variables in a classWe need to use self to make class variables scope accessible inside a method .