Get your own Python server Result Size: 625 x 565
x
 
a = 200
b = 33
c = 500
if a > b and c > a:
  print("Both conditions are True")
Both conditions are True