×
×
Correct!
Use the correct logical operator to check if at least one of two statements is
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")
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?