Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mis on selle koodi väljund?
nums = [1, 2, 3]for x in nums: nums.append(x + 1) if len(nums) > 5: breakprint(nums)
[1, 2, 3, 2, 3, 4]
[1, 2, 3, 2, 3]
[1, 2, 3]
Lõputu tsükkel.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!