python_if_and.py:
x
 
a = 200
b = 66
c = 500
if a > b and c > a:
  print("Both conditions are True")