×
×
Correct!
Use the correct comparison operator to check if
if 5 @(2) 10:
print("5 and 10 is not equal")
if 5 != 10:
print("5 and 10 is not equal")
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?