Question 495: How can you create a class variable?
tcs
wipro
infosys
general
aptitude
classes
python-programming
Class variables in Python are declared outside any method in the class and are shared by all instances of the class. They are typically defined with thestatickeyword.