1 00:00:00,750 --> 00:00:04,830 OK, now it's time for that topic to be explained. 2 00:00:05,310 --> 00:00:11,370 OK, now, actually as simple as that, the table is the same as the list, but this time the table 3 00:00:11,370 --> 00:00:12,500 is for only. 4 00:00:12,690 --> 00:00:18,000 So the data inside it cannot be sorted, cannot be modified and so on. 5 00:00:18,060 --> 00:00:20,320 OK, so let's have a quick example. 6 00:00:20,380 --> 00:00:22,670 So double OK. 7 00:00:23,850 --> 00:00:25,650 Or top equal. 8 00:00:27,030 --> 00:00:32,280 And the second difference, actually, we don't use square brackets this time, we use a brackets like 9 00:00:32,280 --> 00:00:39,750 this and that's what a B and that's what C now, Brent. 10 00:00:42,100 --> 00:00:47,800 The top TAAB, and this time I want the index one, which is. 11 00:00:48,300 --> 00:00:49,910 OK, so let's bring this up. 12 00:00:49,930 --> 00:00:51,640 Let's see if it is working or not. 13 00:00:52,180 --> 00:00:53,380 Clear the screen first. 14 00:00:54,610 --> 00:00:55,780 And yeah, you can see it is. 15 00:00:56,590 --> 00:00:58,070 All right, so far, so good. 16 00:00:58,480 --> 00:01:08,740 But this time, if I typed up one equal, for example, or let's put it OK, you can see that it will 17 00:01:08,740 --> 00:01:09,190 not work. 18 00:01:09,380 --> 00:01:10,990 By the way, it is a list. 19 00:01:10,990 --> 00:01:18,490 It will work OK, because if it is a list, I can change any object inside the list using that index. 20 00:01:18,640 --> 00:01:21,760 OK, for that list and then change anywhere you want. 21 00:01:21,760 --> 00:01:23,250 But this is because it is a table. 22 00:01:23,260 --> 00:01:23,900 It will not work. 23 00:01:24,070 --> 00:01:25,180 So let's check this out. 24 00:01:25,570 --> 00:01:31,360 Yeah, you can see the table object doesn't support it in person, so which means that we cannot do 25 00:01:31,360 --> 00:01:31,680 that. 26 00:01:31,880 --> 00:01:35,060 And actually it has a lot of methods for it. 27 00:01:35,410 --> 00:01:37,440 You can read about them, just Google it. 28 00:01:37,490 --> 00:01:40,750 Tubin methods for Python and everything will be there. 29 00:01:41,200 --> 00:01:42,320 And as simple as that. 30 00:01:42,490 --> 00:01:43,150 That's what watching.