✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Рассмотрите фрагмент программного кода
nums = range(2, 50)
for i in range(2, 8):
nums = list(filter(lambda x: x == i or x % i, nums))
print (nums)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!