demo_comment3.py:
#print("Hello, World!") print("Cheers, Mate!")
C:\Users\My Name>python demo_comment3.py
Cheers, Mate!