demo_comment4.py:
#This is a comment #written in #more than just one line print("Hello, World!")
➜ begtut>python demo_comment4.py
Hello, World!