Which function is used to delete the particular element of the tuple?

24. Which function is used to delete the particular element of the tuple?

  1. Remove()
  2. Delete()
  3. Del()
  4. It is not possible to delete the particular element of the tuple

Answer: D) It is not possible to delete the particular element of the tuple

Explanation:

Since tuples are immutable, therefore you can not delete a particular element from the tuple.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.