logo

Crowdly

What is printed after executing the code below? Try to answer the question with...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What is printed after executing the code below? Try to answer the question without trying it out!

a = 10

b = 15

if a > b:

    a += b

else:

    a += b * 2

if a < b:

    print("awesome!")

elif a > 20:

    print("great!")

else:

    print("nice!")

More questions like this

Want instant access to all verified answers on quiz.jinhong.org?

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