Beginner Python
Q10 / 101

What does PEP 8 define?

Correct! Well done.

Incorrect.

The correct answer is C) Python's style guide for writing readable code

C

Correct Answer

Python's style guide for writing readable code

Explanation

PEP 8 is Python's official style guide covering naming conventions, indentation (4 spaces), line length, and more.

Progress
10/101