which function removes individual tuple elements
Answers
Answered by
1
Answer:
I hope it's helpful
Explanation:
please follow and mark as beainliest
Attachments:
Answered by
2
Using the remove() method:
Using the remove() method:The remove() method can be used with a list or a tuple list and the index of the element to be removed can be passed as an argument to the remove method. This method also deletes an entire tuple from the list.
Similar questions