demo_comment3.py:
#print("Hello, World!") print("Cheers, Mate!")
➜ begtut>python demo_comment3.py
Cheers, Mate!