运行结果尺寸: 625 x 591
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