Multi-line comment in Python

You can write a multi-line comment by enclosing the comment with three double quotes (“””) on both ends or by putting a hash (#) in front of each line –