demo_indentation.py:
if 5 > 2: print("Five is greater than two!")
➜ begtut>python demo_indentation.py
Five is greater than two!