Well, lists are never immutable in Python; you want to use tuples for that.
I’ve only used tuples in Python as a small data structure, will have to experiment with using them as a list substitute, thanks.
I’ve only used tuples in Python as a small data structure, will have to experiment with using them as a list substitute, thanks.