News

To comment out a line in Python, we use the # symbol. Start any line with that symbol and it will be treated as a comment. ... Using comments in multiple lines of your Python code.