Add to Chrome
✅ 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)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!