✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the output of the following code:
a = 13b = 7c = 5if (a < b): if (b < c):print ("a")
elif (a < c):
print("b")
else:
print(c)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!