Menu
×
×
正确
if 5 == 10 @(2) 4 == 4:
print("At least one of the statements is true")
if 5 == 10 or 4 == 4:
print("At least one of the statements is true")
不正确
点击 此处 重试 正确
下一题 ❯if 5 == 10w3exercise_input_no_04 == 4: print("At least one of the statements is true") |