Computer Science, asked by jaswanthisweety4116, 10 months ago

11) is tuple mutable? Demonstrate any two methods of tuple

Answers

Answered by AnonymousKSB
1

Answer:

tuples are immutable.

Explanation:

two methods of tuple:-

1)count :-to count no. of elements

2)index :-to check index of an element

i hope u got my point:)

Answered by Anonymous
0

Tuples are immutable i.e the value cannot be changed. So, Option D is correct.

Similar questions