✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What will the following code print out?
x = 0
if x < 2:
print('small')
elif x <10:
print('medium')
else:
print('large')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!