Get your own Python server Result Size: 625 x 565
x
 
if 5 > 3 and 5 < 10:
  print("Both statements are True")
else:
  print("At least one of the statements are False")
Both statements are True