logo

Crowdly

a, b, x, i="3", 5, 0, 0 while b<5: x+=2 elif b==a: x-=1 else: ...

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

a, b, x, i="3", 5, 0, 0

while b<5:

x+=2

elif b==a:

x-=1

else:

x+=1

i+=1

b-=1

print(x)

What is the output?

33%
67%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.essec.fr?

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