1.

Which of the following statement is not correct?(a) A list is mutable(b) A tuple is immutable.(c) The append( ) function is used to add an element. (d) The extend( ) function is used in tuple to add elements in a list.

Answer»

(d) The extend( ) function is used in tuple to add elements in a list.



Discussion

No Comment Found