Mutable and immutable in python objects

smo1234
12:10:20
Immutable
Int, string, float ,tuple, bool, frozenset

Mutable
list, dictionary, set
Please Login to post your reply or start a new topic