News

Another use case for comments is when you don't want to execute a line, you can comment it out. To comment out a line in Python, we use the # symbol. Start any line with that symbol and it will be ...