CompTIA
XK0-006 · Question #128
Which of the following best describes PEP 8?
The correct answer is B. A set of coding conventions for Python code. PEP 8 defines the official style guide for Python, providing coding conventions that improve code readability and consistency across Python projects.
Automation and Scripting
Question
Which of the following best describes PEP 8?
Options
- AA list of built-in Python modules
- BA set of coding conventions for Python code
- CA name for standard Python libraries
- DA data structure in Python
How the community answered
(29 responses)- B90% (26)
- C3% (1)
- D7% (2)
Explanation
PEP 8 defines the official style guide for Python, providing coding conventions that improve code readability and consistency across Python projects.
Topics
#PEP 8#Python#coding conventions#style guide
Community Discussion
No community discussion yet for this question.