In Python, you can comment multiple lines of code using either triple quotes or the "#" symbol at the beginning of each line.
Using triple quotes or using the "#" symbol:
Note that triple quotes can also be used to create multi-line strings, so make sure you don't confuse the two. If you want to comment out multiple lines of code, it's best to use the "#" symbol.