logo

Crowdly

Browser

Add to Chrome

Який буде результат? a = 1 b = 2 if a == b: a += b elif a < b: ...

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

Який буде результат?

a = 1

b = 2

if a == b:

a += b

elif a < b:

if b - a == 1:

a = b * 2

else:

a = b + 2

print(a)

100%
0%
0%
0%
More questions like this

Want instant access to all verified answers on kursant.khnuvs.org.ua?

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

Browser

Add to Chrome