is The elements of a list are immutable.
Answers
Answered by
1
Explanation:
Many types in Python are immutable. Integers, floats, strings, and (as you'll learn later in this course) tuples are all immutable. Once one of these objects is created, it can't be modified, unless you reassign the object to a new value. The list is a data type that is mutable.
Similar questions
Social Sciences,
1 month ago
Math,
2 months ago
Math,
10 months ago
Science,
10 months ago
Physics,
10 months ago