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?
A . Place the notes after the # sign on any line
B . Place the notes after the last line of code separated by a blank line
C . Place the notes before the first line of code separated by a blank line
D . Place the notes inside of parentheses on any time
Answer: A
Explanation: http://www.pythonforbeginners.com/comments/comments-in-python