Comment Lines Flashcards
1
Q
It can be used to explain Python code.
A
Comments
2
Q
It can be used to make the code more readable.
A
Comments
3
Q
It can be used to prevent execution when testing code.
A
Comments
4
Q
It starts with a #
A
Comments
5
Q
It can be placed at the end of a line, and Python will ignore the rest of the line.
A
Comments