logo

Crowdly

What is the output of the following code: a = 13 b = 7 c = 5 if (a < b): ...

✅ 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 = 13

b = 7

c = 5

if (a < b):

if (b < c):

print ("a")

elif (a < c):

print("b")

else:

print(c)

More questions like this

Want instant access to all verified answers on learn2025.ukzn.ac.za?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!