Menu
×
×
Correct!
Exercise:Complete the code block, print "YES" if 5 is larger than 2. Hint: remember the indentation.
if 5 > 2:
@(16)
if 5 > 2:
print("YES")
if 5 > 2:
print("YES")
if 5 > 2:
print("YES")
if 5 > 2:
print("YES")
if 5 > 2:
print("YES")
if 5 > 2:
print("YES")
if 5 > 2:
print("YES")
if 5 > 2:
print("YES")
if 5 > 2:
print('YES')
if 5 > 2:
print('YES')
if 5 > 2:
print('YES')
if 5 > 2:
print('YES')
if 5 > 2:
print('YES')
if 5 > 2:
print('YES')
if 5 > 2:
print('YES')
if 5 > 2:
print('YES')
Not CorrectClick here to try again. Correct!Next ❯ |