python_syntax_indentation_2.py:
x
 
if 5 > 2:
 print("Five is greater than two!")
if 5 > 2:
        print("Five is greater than two!")