demo_comment2.py:
print("Hello, World!") #This is a comment.
C:\Users\My Name>python demo_comment2.py
Hello, World!