Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що буде виведено у результаті виконання коду
a, b = 5, 10
if a>b:
print("a>b")
else:
print("a<=b")
a<b
a<=b
a>=b
a>b
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!