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 #139
Python defines two types of packages, regular packages and namespace packages. Regular packages are traditional packages as they existed in Python 3.2 and earlier. A regular package is typically implemented as a directory containing an __init__.py file. With namespace packages, there is no parent/__init__.py file. In fact, there may be multiple parent directories found during import search, where each one is provided by a different portion. (docs.python.org/3/reference/import.html#regular-packages)
Which package typically contains an __init__.py file?
— The Python Quiz (@thepythonquiz) November 26, 2020
A namespace package
A regular package#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅