Single Line Comments #Use the hash symbol to start a comment Block Comments There is no block commenting in Python (an equivalent for /* */ in C). Some editors have options to block comment for you where they will simply add a '#' character to the start of each line.