Coding > Python Comments > Flashcards
How do you create a comment in Python?
Place the ‘#’ symbol at in front of code that will not be executed
How do you create a multi-line comment?
Triple quotes in this form:“””Commented code“””