+ 12
What is mutable in python3? What are all the codes that are mutable?
2 odpowiedzi
+ 3
Follow this link: https://codehabitude.com/2013/12/24/JUMP_LINK__&&__python__&&__JUMP_LINK-objects-mutable-vs-immutable/
This article explains MUTABLE VS. IMMUTABLE in python very well.
0
Mutable are those which can be changed
For Ex-List