Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Was wäre die äquivalente for-Schleife zur gegebenen while-Schleife?
for i in range(9): print('hello')
for i in range(10): print('hello')
for i in range(10, 1): print('hello')
for i in range(1, 10): print('hello')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!