demo_indentation.py:
if 5 > 2: print("Five is greater than two!")
C:\Users\My Name>python demo_indentation.py
Five is greater than two!