+ 6
The main difference is that you cannot change the tuple once you've created it.
So if you want to add, change or remove data, you better go for a list than for a tuple.
+ 1
Although what Lisa said about tuples is correct, there are still ways in which you can edit tuples
+ 1
Lamron
You would have to create a new tuple/ overwrite the previous one. Or something more hacky. đ
+ 1
Lisa yes, which is a pain... Inefficient