Computer Science, asked by mileva4659, 11 months ago

The class that provides immutable sequence of elements is

Answers

Answered by Anonymous
0

Explanation:

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 waqasbca
0

Answer:

tuple

Explanation:

Similar questions