17. Given a tuple T(1, 2, "a", "b"). There is a list L with some elements. Replace first four elements of list with
four elements of the tuple in sing statement. Print the list before and after the list is modified.
a
w what tuoleic immutable Then how we can add or remove the element from a tuple Give exam
10
Answers
Answered by
1
Tuples are immutable i.e the value cannot be changed. So, Option D is correct.
Similar questions