What is the actual difference between list and Tuples | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the actual difference between list and Tuples

Both list and tuple have similar properties Similar works too, then in which way both are practically different

20th Apr 2020, 6:25 AM
Akash Yadav
Akash Yadav - avatar
2 Answers
20th Apr 2020, 6:43 AM
sarada lakshmi
sarada lakshmi - avatar
+ 1
Biggest difference you will see: Lists: [ ] Tuples: ( ) Biggest difference you dont see: Lists: changeable (mutable) Tuples: unchangeable (immutable)
20th Apr 2020, 7:54 AM
Slick
Slick - avatar