demo_comment5.py:
""" This is a comment written in more than just one line """ print("Hello, World!")
C:\Users\My Name>python demo_comment5.py
Hello, World!