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