22. What are mutable and immutable types in Python? List both of them (any 5 points for each pls)
Answers
Answered by
1
Answer:
Mutable and Immutable Data Types in Python. Some of the mutable data types in Python are list, dictionary, set and user-defined classes. On the other hand, some of the immutable data types are int, float, decimal, bool, string, tuple, and range.
Explanation:
hope it's help you Mark my answer in brainlist and follow me
Similar questions