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 #198
To quote PEP-8: _single_leading_underscore: weak "internal use" indicator. E.g. from M import * does not import objects whose name starts with an underscore. However, it is only an indication, it is always possible to access or modify it depending of its implementation. (python.org/dev/peps/pep-0008)
Question difficulty: 🔵🔵🔵🔵🔵