variables in python | Part 2 | compound data types | lists | tuples | dict || Programming Simplified

Опубликовано: 28 Апрель 2021
на канале: smark X
82
5

This video is the continuation of variables in python.
we discussed list tupes and dictionaries in this video.
we've also performed some basic operations we can perform using These three.
chapters :
0:00 - introduction 

0:45 - compound data type

1:01 - intro of list

1:32 - how list work in an IDE

2:30 - creating list 

4:36 - concatenation list

6:15 - concatenate  string list  and number list

6:43 - tuples introduction 

7:21 -  creating  tuples in  IDE

11:14 - seeing syntax error..coz we can't chg values in tuples 

11:45 - Dictionaries