Why do we need to use the keyword self when accessing class variables from inside a method?

We need to use self to make class variables scope accessible inside a method  As we need to use self to create any variables in a class

We need to use self to make class variables scope accessible inside a method  .