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 #62
A Python file is referred to as a module. According to PEP 8, modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. They should not contain spaces. (python.org/dev/peps/pep-0008/#package-and-module-names)
Which statement is wrong?
— The Python Quiz (@thepythonquiz) May 8, 2020
Python files should have spaces in their names.
The name of a Python file should give an indication of what the file contains.
Python files end with .py#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅