
Python InstitutePCPP1 - Certified Professional Python Programmer 1
Domain 2Objective 2
PCPP-32-101 2.2 Employ PEP 8 Guidelines, Conventions, and Best Practices PCPP-32-1 Practice Questions (Page 1)
Part of the Coding Conventions, Best Practices, and Standardization domain, which accounts for 12% of the PCPP-32-1 exam. Python Institute does not publish an official question count, but from its 65-minute exam (~25–45 total, ~3–5 in this domain), expect 1–2 from this objective — we provide 33 practice questions to prepare you well beyond it. (estimate)
33questions here
7free pages
12concepts
12%of the exam
Questions 1–5
- 1
You are refactoring a long conditional expression that exceeds 79 characters. The expression is `if (result is not None and result.status == 200 and result.body is not None):`. Which formatting approach best follows PEP 8?
Select an answer first - 2
According to PEP 8, what is the recommended number of spaces for each level of indentation?
Select an answer first - 3
What is the primary purpose of a docstring in Python?
Select an answer first - 4
What is the recommended way to write a multi-line string that spans several lines in Python?
Select an answer first - 5
A developer's code contains `x = ( 1 + 2 ) * 3` and `if (x == 4) is True:`. The team's CI runs `pycodestyle` and `pylint`. Which issues will these tools flag, and what is the correct fix?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Python Institute. “PCPP-32-1” is a trademark of its owner, used for identification only.