The class which provides immutable sequence of elements
Answers
Answered by
6
Answer:
A mutable object can be changed after it is created, and an immutable object can't. Objects of built-in types like (int, float, bool, str, tuple, unicode) are immutable. Objects of built-in types like (list, set, dict) are mutable. Custom classes are generally mutable.
Answered by
0
Answer:
Byte
Explanation:
Similar questions
Hindi,
6 months ago
Social Sciences,
6 months ago
Math,
6 months ago
Accountancy,
1 year ago
History,
1 year ago
Math,
1 year ago
Science,
1 year ago
Physics,
1 year ago