if True:
  print("Hello Python If")

if 2 > 1:
  print("2 is greater than 1")