67.4k views
4 votes
You wrote a pseudocode outline of your program using comments. Which character do you use to indicate a line is a comment? O # O/ O& O"​

1 Answer

3 votes
It depends on the coding language but assuming you’re studying Python the correct way to comment is with # symbol
User Jim Jarnac
by
4.2k points