Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дано код з пропуском:lst = [1, 2, 3]tpl = tuple(lst)print(tpl)Який результат буде виведено?
{1, 2, 3}
[1, 2, 3]
(1, 2, 3)
Помилка
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!