Write a statement to add a single item in a tuple.
Answers
Answered by
1
Answer:
You can't add elements to a tuple because of their immutable property. There's no append() or extend() method for tuples, You can't remove elements from a tuple, also because of their immutability.
Hope it helps you.. :)
Explanation:
Similar questions
Hindi,
2 months ago
Math,
4 months ago
Social Sciences,
4 months ago
Physics,
9 months ago
Math,
9 months ago