Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 42)
42.
What is the purpose of the tuple.extend() method?
Extends the size of the tuple.
Adds elements to the end of the tuple.
Merges two tuples into a new one.
Raises a TypeError
Answer: Option
Explanation:
The tuple type in Python does not have an extend() method.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.