Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 41)
41.
How can you delete an entire tuple?
delete(tuple)
del tuple
tuple.delete()
tuple.clear()
Answer: Option
Explanation:
The del keyword is used to delete a tuple.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.