Python - Classes and Object Lifecycle
What is a class attribute in Python?
Here, what does
class Car: wheels = 4Here, what does
wheels represent?class Car: wheels = 4wheels represent?wheels is defined inside the class but outside any method.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions