Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Вкажіть організацію циклу яка призводить до зациклювання
a=10while True: a-=1 if a==0: break
a=10while True: a=-1 if a==0: break
a=10while True: a-=1 print(a) break
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!