#shorts
Demonstrated in this very quick video are comments in Python. Comments are a way of documenting or describing your code. They do not get run. To write a comment in Python, you start the line with # and then put whatever you want in your comment after that line. Note that the # symbol only comments out the line that begins with #.