FlashcardBeginner
Comments in Python
Comments explain code and are ignored during execution using the # symbol.
Question
How do you write single-line and multi-line comments in Python?
Click to reveal answer
Comments explain code and are ignored during execution using the # symbol.
How do you write single-line and multi-line comments in Python?