✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
[Python] Розглянемо ці заголовки циклу while:
while True: …_________________________________________________ a = ['foo', 'bar', 'baz', 'qux', 'corge']while a: …_________________________________________________ n = 100while n > 0: …_________________________________________________ while "0": …
Які з них ініціюють нескінченний цикл?