What comes next in this if?
Look at the IF statement below. What condition would ensure that “how do you like them apples” is printed?
a = 4
b = 10
if ????:
print "I like cheese"
else:
print "how do you like them apples"
Output: (clear)











