Computer Science, asked by subashblk042, 1 month ago

which function removes individual tuple elements​

Answers

Answered by shubhamraj08196
1

Answer:

I hope it's helpful

Explanation:

please follow and mark as beainliest

Attachments:
Answered by Anonymous
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