nerdexam
CompTIA

XK0-006 · Question #2

Which of the following describes PEP 8?

The correct answer is A. The style guide for Python code. PEP 8 is the official Python Enhancement Proposal that provides coding style guidelines for writing clean, consistent, and readable Python code.

Automation and Scripting

Question

Which of the following describes PEP 8?

Options

  • AThe style guide for Python code
  • BPython virtual environments
  • CA package installer for Python
  • DA Python variable holding octal values

How the community answered

(33 responses)
  • A
    91% (30)
  • C
    6% (2)
  • D
    3% (1)

Explanation

PEP 8 is the official Python Enhancement Proposal that provides coding style guidelines for writing clean, consistent, and readable Python code.

Topics

#PEP 8#Python style guide#coding standards

Community Discussion

No community discussion yet for this question.

Full XK0-006 Practice