1 00:00:00,700 --> 00:00:02,160 Hi, welcome back. 2 00:00:02,170 --> 00:00:10,420 In this lecture, we will learn new data type called Lesters Dictionaries, Tables and Sets. 3 00:00:11,470 --> 00:00:19,750 Every data structure of this data structure is considered as specific data type in Python, and the 4 00:00:20,200 --> 00:00:28,540 data structure is the last data type, which is mutable or changeable, consist of all the sequence 5 00:00:28,540 --> 00:00:38,260 of elements, each element or value inside the list called an item and has an index and the indexing 6 00:00:38,260 --> 00:00:40,650 environment starts from zero. 7 00:00:40,870 --> 00:00:46,530 If we want to create a list called My List, if you want to create a list called my list. 8 00:00:46,690 --> 00:00:58,720 So my list equal between two square brackets, minus three comma minus five comma minus zero comma one 9 00:00:58,720 --> 00:01:05,020 point comma minus two point or comma ten then run. 10 00:01:05,020 --> 00:01:10,570 The cell list consist of elements that are integers and floats. 11 00:01:10,680 --> 00:01:13,590 Also it could contain string elements. 12 00:01:13,600 --> 00:01:16,990 We can print my list using print function of python. 13 00:01:17,620 --> 00:01:24,690 Now we will create a second left call list two or minus two. 14 00:01:25,420 --> 00:01:35,770 So I will name the first list to my list one and the second list to my list to the to my list one again. 15 00:01:36,750 --> 00:01:49,380 Then I will create my last two, as my list underscore, to equal open two square brackets, minus one 16 00:01:49,560 --> 00:01:55,770 comma 5.0 comma, 10 comma and between two single quotes. 17 00:01:55,800 --> 00:02:00,600 OK, comma and between two single quotes. 18 00:02:02,350 --> 00:02:14,370 Not now, I will present my underscore less to using brain function as a following Brent underscore 19 00:02:14,890 --> 00:02:15,370 sorry. 20 00:02:17,110 --> 00:02:21,160 Underscore less to note hyphen. 21 00:02:23,270 --> 00:02:32,930 That will be my underscore, too, so let us are very flexible data type, because you can change it. 22 00:02:34,090 --> 00:02:39,860 Or else items by adding more items or removing existing items. 23 00:02:40,330 --> 00:02:49,630 And there is a data type similar to less bugs that can change it and call tables, tables are used for 24 00:02:49,630 --> 00:02:52,780 grouping data and it's immutable. 25 00:02:52,870 --> 00:03:03,520 Or you can change its items and contain ordered sequence of elements using parentheses instead of square 26 00:03:03,520 --> 00:03:04,210 brackets. 27 00:03:04,720 --> 00:03:06,480 Table is as the following. 28 00:03:06,640 --> 00:03:14,770 If we want to create a table called my table for my underscore table equal. 29 00:03:15,910 --> 00:03:24,490 Minus one, comma, five or comma, ten comma and between two single calls. 30 00:03:25,240 --> 00:03:35,290 OK, comma between two single calls not and to bring to this table we will use brain function as the 31 00:03:35,290 --> 00:03:37,480 fall print between two parentheses. 32 00:03:37,480 --> 00:03:41,100 My underscore table at will grant my table. 33 00:03:41,530 --> 00:03:45,250 As you see at this point, we reached the end of this lecture. 34 00:03:45,290 --> 00:03:46,660 I hope you enjoyed this lecture. 35 00:03:46,660 --> 00:03:49,350 And to get all of that, thanks for being here. 36 00:03:49,690 --> 00:03:50,920 Thanks for watching. 37 00:03:51,460 --> 00:03:53,460 See you next lecture.