Menu
×
×
Correct!
Exercise:Print "Yes" if
a = 50
b = 10
@(2) a @(2) b@(1)
print("Yes")
@(5)
print("No")
a = 50
b = 10
if a == b:
print("Yes")
else:
print("No")
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?