Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
x = 1
y = 2
if x > y:
res = x
elif x == y:
res = x + y
else:
res = y - x
print(res)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!