✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Оберіть результат виконання програми.text = "Python is fun"num = 0i = 0while i != len(text):....if text[i] == ' ':........num += i....i += 1print(num)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!