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