简写 if

  1. a = 200
  2. b = 66
  3. if a > b: print("a is greater than b")