What is the actual difference between list and Tuples | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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