Python_Institute
PCEP-30-02 · Question #156
PCEP-30-02 Question #156: Real Exam Question with Answer & Explanation
The correct answer is B. Place the notes after the # sign on any line.. See the full explanation below for the reasoning.
Question
You develop a Python application for your company. You want to add notes to your code so other team members will understand it.
What should you do?
Options
- APlace the notes after the last list of code separated by a blank line.
- BPlace the notes after the # sign on any line.
- CPlace the notes inside of parentheses on any line.
- DPlace the notes before the rst line of code separated by a blank line.
Community Discussion
No community discussion yet for this question.