+ 2
What is the difference among list, tuple and dictionary?
Phyton
6 Antworten
+ 3
Thanks guys! I got to know they could be differentiated by their bracket type too...
List has []
Tuple has ()
Dictionary has {}
+ 9
A picture can speak more than a thousand words and a video can speak more than million words
Check this video
https://youtu.be/W8KRzm-HUcc
+ 8
😎😎😎😎thanks
And nice explanation 😅
+ 5
Have you reached the lesson in Python course?
Please click the Try It Yourself and experiment with the codes a little bit.
Tuple has a sequence does not allow changing.
List has a sequence and allows changing
Dictionary are key value pairs.
+ 3
Nice sharing, Ashutosh Agrawal
+ 3
These are the different data types in Python.
To check out these click this link https://www.youtube.com/playlist?list=PLwgFb6VsUj_lQTpQKDtLXKXElQychT_2j