✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дан фрагмент кода
lst1 = lst2 = [2, 0, 1, 3, 10, 14, 45, -12, -23, 9]
for i in range(len(lst2)):
if lst2[i] % 2:
lst2[i] = lst2[i] % 5
print(lst1 + lst2)
в процессе его выполнения будет выведен список …
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!