1 00:00:01,710 --> 00:00:13,770 In Brighton slicing allows us to extract part of a list and the expression l m dot n returns the portion 2 00:00:13,800 --> 00:00:19,220 of list e from index m to n excluding index. 3 00:00:19,220 --> 00:00:33,920 And so this means say for example if we want to slice the list a list of one from one to three and these 4 00:00:33,920 --> 00:00:38,220 are the index numbers of the elements. 5 00:00:38,480 --> 00:00:54,240 So this date means the slice the list beginning from the index one and up to excluding the index. 6 00:00:54,240 --> 00:01:05,260 Three so this will result in a new list containing these two elements. 7 00:01:05,340 --> 00:01:14,000 So during slicing you fight murder the first index number here and only provide the second index number. 8 00:01:14,010 --> 00:01:25,680 This means slicing begins from the first element that is the one having the index zero. 9 00:01:25,740 --> 00:01:37,320 So this is going door to door on a new list with the elements five 16 dot all and then this string next. 10 00:01:37,380 --> 00:01:48,070 If I ömer these second index numbers during slicing so this is going to the three elements beginning 11 00:01:48,070 --> 00:01:57,240 from index 1 and all of the elements up to the end of the list so that means it is going to the tree 12 00:01:57,360 --> 00:02:05,420 sixteen dot or and then the string and finally the integer fold. 13 00:02:05,430 --> 00:02:17,020 Next if fly do not give board the index numbers then it returns a copy of the list. 14 00:02:17,100 --> 00:02:26,480 D 1 and this statement retrieves all of the elements in the list in 1.