The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #183
Variables declared inside the class definition, but not inside a method are class or static variables. For instance:
class MyClass: i = 3 MyClass.i 3(toptal.com/python/python-class-attributes-an-overly-thoro...)
Question difficulty: 🔵🔵🔵🔵🔵