1 00:00:00,780 --> 00:00:02,820 Hello and welcome everyone. 2 00:00:03,860 --> 00:00:15,150 To lecture 8 today we're going to learn string length function how when we store our last message in 3 00:00:15,270 --> 00:00:24,070 variable called M as G and print the length of this M is as follows. 4 00:00:26,480 --> 00:00:28,730 It will give us fifty eight. 5 00:00:28,950 --> 00:00:35,540 Also if we print filename length of name will give us nine. 6 00:00:35,760 --> 00:00:49,780 Also if we print length name from 0 to 4 will give us 4 if we print name was out Lynn's name only name 7 00:00:50,050 --> 00:00:53,320 from 0 to 4 will give us Alex 8 00:00:57,910 --> 00:01:15,900 we will open our job return notebook and click on new bison city to Avenue not k well copy our last 9 00:01:15,960 --> 00:01:17,750 call as follows. 10 00:01:19,330 --> 00:01:28,500 And run our code clicking on enter and shift and the enter will give us Hello all. 11 00:01:28,560 --> 00:01:32,240 My name is Alexander and my core color is red. 12 00:01:33,570 --> 00:01:40,710 And zillions of em as the G variable is 58 when we print 13 00:01:43,560 --> 00:01:45,690 Len of name 14 00:01:50,850 --> 00:01:54,610 will get 9 also if we bring 15 00:01:58,620 --> 00:02:00,030 lengths of mean 16 00:02:02,650 --> 00:02:11,200 from 0 to 4 will give us 4 also if we bring 17 00:02:15,260 --> 00:02:28,520 name from 0 to 4 without Len function will get Alex thank you for watching this lecture. 18 00:02:28,580 --> 00:02:30,200 See you next lecture.