demo_comment5.py:
""" This is a comment written in more than just one line """ print("Hello, World!")
➜ begtut>python demo_comment5.py
Hello, World!