Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть фрагменту коду, який створює список з п’яти нулів lst = [0, 0, 0, 0, 0]
lst = [0]*5
lst = [range(0, 5)]
lst = [0*5]
lst = [5]*0
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!