what are the differences between tuples,lists and dictionarys in python3? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what are the differences between tuples,lists and dictionarys in python3?

Tuples,lists,dictionary do same works.why they are created and what are the uses?

4th Jun 2017, 2:00 AM
Samir Imtiaz
Samir Imtiaz - avatar
1 Answer
+ 2
(Tuples) are collections of elements, immutable. [Lists] are collections of elements, mutable. {Dictionaries} are collections of maps key=>value, mutable. http://sthurlow.com/JUMP_LINK__&&__python__&&__JUMP_LINK/lesson06/
4th Jun 2017, 9:23 AM
รlvaro