Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Ce se afișează?
a, b = 5, 10if a > b: print("a>b")elif a == b: print("a=b")else: print("a<b")
a, b = 5, 10
if a > b:
print("a>b")
elif a == b:
print("a=b")
else:
print("a<b")
a=b
a<b
a>b
Nimic
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!