Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведе код
ls_1 = ['тепле', 'море']
ls_2 = ls_1
ls_2[0] = 'холодне'
prіnt(ls_1)
['холодне', 'тепле', 'море']
['тепле', 'море']
['холодне', 'море']
помилка
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!