and 关键字

  1. a = 200
  2. b = 66
  3. c = 500
  4. if a > b and c > a:
  5. print("Both conditions are True")