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