+ 2
What is Immutable & Mutable Types in Python?
Please help me to understand the Immutable & Mutable types in Python... Thanks in Advance 🙂
2 Answers
+ 3
list is mutable
tuple ie immutable
https://www.sololearn.com/learn/Python/2452/
0
Go through the Python course here on SL and you will find out.
If you're in hurry google it.