Certified Professional in Python Programming (PCPP-32-101) — Question 6

Select the true statement related to PEP 257.

Answer options

Correct answer: B

Explanation

The correct answer is B because it accurately describes that attribute docstrings and additional docstrings are types of extra docstrings that can be utilized by software tools. Options A, C, and D do not correctly represent the definitions or roles of docstrings as per PEP 257, leading to their incorrectness.