Q. What is the output of list((1, 2, 3))?
Solution:
list((1, 2, 3)) converts the tuple to a list, resulting in [1, 2, 3].
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
list((1, 2, 3)) converts the tuple to a list, resulting in [1, 2, 3].
Strengthen Your Practice with our comprehensive question bank.