This video is about instance variables and class variables in python.If you have any doubts,reach me out at the comments section.
In breif,the variables declared within the class outside any methods are called class varaiables and the variables declared within the methods in the class are called class variables.