1 00:00:00,740 --> 00:00:03,030 We are going to discuss Biton strings. 2 00:00:03,360 --> 00:00:08,790 The string is nothing but sequence of characters, and these characters can be of Lorqess. 3 00:00:08,790 --> 00:00:13,560 Alphabets are Barcus alphabets, digits and some special characters. 4 00:00:14,200 --> 00:00:21,930 A string is a sequence of characters and string and content, alphabet's digits and special characters. 5 00:00:22,410 --> 00:00:27,090 Computers do not deal with the characters computer or convert them into numbers. 6 00:00:27,150 --> 00:00:28,770 That is a binary number system. 7 00:00:29,010 --> 00:00:33,870 That means each and every character will be represented in the form of zeros and ones. 8 00:00:34,260 --> 00:00:40,890 Even though we may see characters on on screen internally, it is being stored and manipulated as combination 9 00:00:40,890 --> 00:00:43,950 of zeros and ones in the binary representation. 10 00:00:44,550 --> 00:00:52,440 This conversion of character to a number is called encoding, and the divorce process is known as decoding. 11 00:00:52,670 --> 00:00:58,500 Say encoding means from character to the binary representation, and decoding means from the binary 12 00:00:58,500 --> 00:01:00,930 presentation to the character generation. 13 00:01:01,530 --> 00:01:07,530 So ASCII and Unicode are the sum of the very popular encoding techniques which you use. 14 00:01:07,950 --> 00:01:10,560 So for this better idea on the python strings. 15 00:01:10,770 --> 00:01:17,220 So let us go for practical demonstration right now in Python string means sequence of characters. 16 00:01:17,580 --> 00:01:18,600 So let us define that. 17 00:01:18,610 --> 00:01:21,420 What are the different ways to define this string in Python? 18 00:01:21,990 --> 00:01:24,140 So these are where number one is here. 19 00:01:24,180 --> 00:01:26,740 This will come has been enclosed within single courts. 20 00:01:27,150 --> 00:01:31,470 So if we go on printing, this might instead one I'm getting this will welcome here. 21 00:01:31,950 --> 00:01:34,230 Here will come is enclosed within double codes here. 22 00:01:34,230 --> 00:01:37,070 Willkomm is enclosed within crippled single course. 23 00:01:37,410 --> 00:01:40,040 So in this way we are getting this will come out printed. 24 00:01:40,350 --> 00:01:44,030 Now here we're having this to build syndicalist triple double code. 25 00:01:44,120 --> 00:01:46,170 It also can use us triple single code. 26 00:01:46,200 --> 00:01:47,160 So that is not an issue. 27 00:01:47,550 --> 00:01:50,010 So print Maia's DS3, it will go on printing. 28 00:01:50,040 --> 00:01:53,430 That is welcome to the world of Python programming. 29 00:01:53,850 --> 00:01:57,870 So triple codes, a string can extend multiple lines. 30 00:01:58,170 --> 00:02:00,600 So it's in place of this single double code. 31 00:02:00,660 --> 00:02:04,050 If we can put a single triple code here, then what we the outcome? 32 00:02:04,730 --> 00:02:07,950 Are you going to g get any change in the outcome in the case? 33 00:02:08,880 --> 00:02:10,380 So let me go for execution. 34 00:02:10,410 --> 00:02:14,250 I'm finding that I'm getting the same output as a card earlier. 35 00:02:14,730 --> 00:02:16,500 So accessing characters in the string. 36 00:02:16,530 --> 00:02:18,780 So here my estimate is equal to language. 37 00:02:18,840 --> 00:02:21,090 And then I printed this my estimate here. 38 00:02:21,120 --> 00:02:26,190 So language has got printed and then I'm redoing the character at the Zero with Index. 39 00:02:26,610 --> 00:02:28,440 So I shall retype this L. 40 00:02:28,470 --> 00:02:30,960 So L has got printed now minus one. 41 00:02:31,530 --> 00:02:36,930 That means from the last, from the back where this, this particular E is been the index minus one. 42 00:02:37,410 --> 00:02:38,400 And from the front. 43 00:02:38,670 --> 00:02:40,890 This E will have the index that is zero. 44 00:02:40,950 --> 00:02:43,830 One, two, three, four, five, six, seven. 45 00:02:44,370 --> 00:02:45,920 So if we, if we print there seven. 46 00:02:45,960 --> 00:02:48,200 If it just I'm just printing here to once again. 47 00:02:49,820 --> 00:02:55,280 So you can find that so in both cases, in both cases, I shall be getting these. 48 00:02:55,430 --> 00:02:58,130 E has got brain dead, a seven or minus one. 49 00:02:58,370 --> 00:03:04,880 So minus one means that there is a starting Kennicutt index from the from the back, from the tail of 50 00:03:04,880 --> 00:03:05,300 the string. 51 00:03:05,930 --> 00:03:07,430 So next one is one, two, five. 52 00:03:07,580 --> 00:03:13,430 That means indicate number one, two, three and four because five will be all is exclusive to stopping 53 00:03:13,430 --> 00:03:15,620 in index number will be all is exclusive. 54 00:03:15,860 --> 00:03:17,480 So one, two, five minutes. 55 00:03:17,510 --> 00:03:19,070 One, two, three, four. 56 00:03:19,490 --> 00:03:20,210 So here we are. 57 00:03:20,360 --> 00:03:23,180 We were mentioning this this one in five. 58 00:03:23,330 --> 00:03:24,740 Both submitted by this column. 59 00:03:25,310 --> 00:03:26,480 So that is my zero. 60 00:03:26,540 --> 00:03:27,770 So zero I'm not going to take. 61 00:03:27,800 --> 00:03:28,790 So that is up. 62 00:03:28,800 --> 00:03:31,220 The character at the pollution index one. 63 00:03:31,280 --> 00:03:33,470 So one, two, three, four. 64 00:03:33,890 --> 00:03:38,270 So I'm taking this a n g you and you see we're getting this upward like this. 65 00:03:38,780 --> 00:03:43,910 So now here we're having this for colon minus two, sorry, five, minus two. 66 00:03:43,940 --> 00:03:44,940 So that is a five year. 67 00:03:45,380 --> 00:03:47,300 So I'm going to take this one as zero. 68 00:03:47,360 --> 00:03:49,790 One, two, three, four, five. 69 00:03:50,150 --> 00:03:53,180 So that means we're having this one as five here. 70 00:03:53,540 --> 00:03:55,820 So now we're having this one as minus two. 71 00:03:56,090 --> 00:03:57,200 So that is minus one. 72 00:03:57,200 --> 00:03:57,800 Minus two. 73 00:03:57,870 --> 00:04:02,640 You know, that will be we'll be taking this stopping index as exclusive. 74 00:04:02,960 --> 00:04:04,850 So I'll be remaining with this a only. 75 00:04:05,060 --> 00:04:06,470 So it has got printed. 76 00:04:06,950 --> 00:04:13,510 So that means Hypercolor minus two means from the peop character and to the minus three character. 77 00:04:13,700 --> 00:04:14,630 So minus three means. 78 00:04:14,660 --> 00:04:15,800 This is my minus one. 79 00:04:16,370 --> 00:04:17,240 This is minus two. 80 00:04:17,270 --> 00:04:18,200 And there's a minus three. 81 00:04:18,230 --> 00:04:20,290 So that's what that's why he has got printed. 82 00:04:20,780 --> 00:04:22,370 So but if I make this one as port. 83 00:04:23,750 --> 00:04:27,290 If I make this one as full then obviously we're getting the output like this. 84 00:04:27,410 --> 00:04:29,330 So that is you eight in that case. 85 00:04:29,600 --> 00:04:30,990 Now here you see this 10. 86 00:04:31,070 --> 00:04:36,980 The index 10 is not present here because this language is having we are having, say, eight characters. 87 00:04:36,990 --> 00:04:39,080 So index will be ranging from zero to seven. 88 00:04:39,110 --> 00:04:41,330 So then index is not a valid one. 89 00:04:41,420 --> 00:04:47,180 So if I want to access that 10th character, so character at the 10th index. 90 00:04:47,420 --> 00:04:48,930 So we are getting this index later. 91 00:04:49,250 --> 00:04:51,230 So string index out of French. 92 00:04:51,260 --> 00:04:53,000 So that is the error message we're getting here. 93 00:04:53,480 --> 00:04:53,690 OK. 94 00:04:53,780 --> 00:04:55,070 Now we're going for this. 95 00:04:55,700 --> 00:04:57,810 So here you have defined this language. 96 00:04:57,860 --> 00:04:59,530 So strings are immutable. 97 00:04:59,570 --> 00:05:01,070 That means they cannot be changed. 98 00:05:01,400 --> 00:05:04,730 But default, different strings can be assigned to the string object. 99 00:05:05,030 --> 00:05:07,980 So if we bring this mindstate, I'm getting this language. 100 00:05:08,510 --> 00:05:10,370 But if we if we want to object. 101 00:05:10,490 --> 00:05:15,770 If we want to put another new string to this, my Estienne in December lable that is allowed by different 102 00:05:15,770 --> 00:05:18,590 do our bit, the third character of the string. 103 00:05:18,890 --> 00:05:21,230 That is not allowed as it is imitable. 104 00:05:24,580 --> 00:05:29,510 So there is a typewriter, an esteemed object does not support item, item assignment. 105 00:05:29,570 --> 00:05:32,230 So that is that there is a Ayda message are getting. 106 00:05:32,380 --> 00:05:34,430 And is the other name is typing it. 107 00:05:35,140 --> 00:05:37,450 Next one, we're going for the concatenation of the string. 108 00:05:37,480 --> 00:05:43,780 And that can be done using plus so minus tier one and minus Jeptoo containing welcome and one blank 109 00:05:43,780 --> 00:05:44,110 space. 110 00:05:44,170 --> 00:05:45,040 And then two all. 111 00:05:45,580 --> 00:05:49,140 So now when they're going for the concatenation, I'm getting that outcome. 112 00:05:49,210 --> 00:05:49,670 This one. 113 00:05:49,670 --> 00:05:56,040 So welcome to all this blank space is essential because otherwise this will come and two will not have 114 00:05:56,040 --> 00:05:56,870 any separation. 115 00:05:57,280 --> 00:05:59,290 So they will get concatenated side by side. 116 00:06:00,070 --> 00:06:01,510 So now here you are having this. 117 00:06:01,540 --> 00:06:03,190 That is my minus, dear. 118 00:06:03,580 --> 00:06:04,600 Start three. 119 00:06:04,630 --> 00:06:06,540 So what happen to my esteemed star? 120 00:06:06,690 --> 00:06:07,060 Three. 121 00:06:07,150 --> 00:06:07,870 So what did happen? 122 00:06:07,930 --> 00:06:09,170 This particular my esteemed. 123 00:06:09,430 --> 00:06:11,430 We'll be all cutting for my state one. 124 00:06:11,470 --> 00:06:12,820 We'll be opening for three times. 125 00:06:13,120 --> 00:06:13,760 So welcome. 126 00:06:13,820 --> 00:06:14,280 Welcome. 127 00:06:14,380 --> 00:06:14,770 Welcome. 128 00:06:14,800 --> 00:06:22,300 So in this way, we are going to get the liquid form string so we can do the string on concatenation, 129 00:06:22,330 --> 00:06:26,080 either using star or using the Bloss operators. 130 00:06:27,070 --> 00:06:30,460 Now we're going we're going to discuss or place and start what I have discussed. 131 00:06:30,570 --> 00:06:33,070 No, it iterating through our string here. 132 00:06:33,460 --> 00:06:35,200 So later count is all digital. 133 00:06:35,500 --> 00:06:37,230 So four letters in Hallowell. 134 00:06:37,840 --> 00:06:40,910 If the letter is it is going to go to L.. 135 00:06:41,290 --> 00:06:43,540 So now letter count is plastic classical to one. 136 00:06:43,600 --> 00:06:44,410 So what will happen? 137 00:06:44,440 --> 00:06:47,580 So I shall go on counting the number of occurrences of L. 138 00:06:47,770 --> 00:06:48,900 This may really connected. 139 00:06:49,540 --> 00:06:54,100 So that's why each and every time the for loop for loop will become one kind of connected time. 140 00:06:54,160 --> 00:06:55,630 And that will be put in the letters. 141 00:06:55,960 --> 00:06:59,920 So if letters is really is able to l then later count will be increased by one. 142 00:07:00,300 --> 00:07:05,800 And after exiting from the indentation you are getting this idea that this print is outside of the for 143 00:07:05,880 --> 00:07:06,370 a loop. 144 00:07:06,700 --> 00:07:08,830 So little column will be printed accordingly. 145 00:07:08,890 --> 00:07:11,200 So if you're going existing, I'm getting that three times. 146 00:07:11,580 --> 00:07:13,570 A letter has been found here. 147 00:07:14,380 --> 00:07:16,080 Now we are going for the string membership. 148 00:07:16,570 --> 00:07:17,410 So L in. 149 00:07:17,420 --> 00:07:17,950 Hello. 150 00:07:18,070 --> 00:07:18,660 So Ellen. 151 00:07:18,670 --> 00:07:18,990 Hello. 152 00:07:19,060 --> 00:07:21,190 We return to L. Norton. 153 00:07:21,340 --> 00:07:21,670 Hello. 154 00:07:21,730 --> 00:07:22,690 Will return false. 155 00:07:22,850 --> 00:07:23,870 B in hello. 156 00:07:23,950 --> 00:07:24,850 Will return false. 157 00:07:25,120 --> 00:07:26,040 B Norton. 158 00:07:26,040 --> 00:07:26,380 Hello. 159 00:07:26,410 --> 00:07:27,460 Will return to here. 160 00:07:30,070 --> 00:07:32,460 Building functions, building function. 161 00:07:32,530 --> 00:07:36,450 So having this university and then we shall go for that enumerate. 162 00:07:36,930 --> 00:07:39,690 So at least enumerate minus here. 163 00:07:40,000 --> 00:07:43,390 So how do Lapine to go on forming this enumeration. 164 00:07:43,780 --> 00:07:48,280 So Aquos to put the respective respective index. 165 00:07:48,490 --> 00:07:50,800 And then we're having the respective characters here. 166 00:07:51,310 --> 00:07:56,170 So in this we would have in this index zero you index one end in this way you would have in this index 167 00:07:56,170 --> 00:07:56,440 nine. 168 00:07:56,530 --> 00:07:56,790 Why. 169 00:07:56,830 --> 00:08:01,540 Because universities having 10 characters so index will be ranging from Gedo to nine. 170 00:08:01,840 --> 00:08:03,160 And in this way you are getting it. 171 00:08:03,580 --> 00:08:05,800 So here you see where forming a list. 172 00:08:05,960 --> 00:08:09,400 We forming a list because we're just converting it to a list. 173 00:08:09,640 --> 00:08:12,780 And then the members are nothing but that doubles. 174 00:08:12,790 --> 00:08:17,610 The members are nothing but the couples because they have got separated by commas and they have what 175 00:08:17,620 --> 00:08:19,080 enclose within Fastback. 176 00:08:19,110 --> 00:08:22,540 And so there are simply simple couples only stop couples were getting hit. 177 00:08:23,200 --> 00:08:26,110 A list of minus dear will be 10 accordingly. 178 00:08:26,830 --> 00:08:30,000 And here we abused the method that is the enumerate. 179 00:08:33,680 --> 00:08:36,280 Now we shall deal with this single quote and double code. 180 00:08:36,530 --> 00:08:38,510 So what do do we shall do that. 181 00:08:38,570 --> 00:08:40,330 Let us suppose I'm going to print this one. 182 00:08:41,860 --> 00:08:44,380 So when I'm going to bring this one, it is producing one error. 183 00:08:44,500 --> 00:08:45,080 Why error? 184 00:08:45,190 --> 00:08:46,500 Because this is a double code. 185 00:08:46,690 --> 00:08:47,630 This is one double code. 186 00:08:47,680 --> 00:08:51,490 So we do take this double code that the dominating as a terminating double code. 187 00:08:52,030 --> 00:08:53,740 So that's why it is causing error here. 188 00:08:54,280 --> 00:08:55,330 And also this. 189 00:08:55,530 --> 00:08:56,330 What is it? 190 00:08:57,340 --> 00:09:01,660 It is dealing that invalid syntax because the codes are not matching. 191 00:09:02,260 --> 00:09:03,490 So courts are not balance. 192 00:09:03,490 --> 00:09:08,650 So to right the statement here to right the string getting printed on the output. 193 00:09:09,010 --> 00:09:09,970 We can go for this. 194 00:09:10,360 --> 00:09:12,630 So what we're doing, we're enclosing it within. 195 00:09:13,030 --> 00:09:14,320 Triple single quotes. 196 00:09:15,250 --> 00:09:17,650 And this particular string is still within double code. 197 00:09:17,680 --> 00:09:19,780 So now you see we're getting dot com like this. 198 00:09:20,350 --> 00:09:26,950 Others, we can include the main string within single codes and put putting this one as the double code 199 00:09:26,950 --> 00:09:27,380 sign here. 200 00:09:27,400 --> 00:09:32,830 This particular single code is there and we are going for the escape character. 201 00:09:32,860 --> 00:09:38,470 So there is a slash single code and which will be known as the escape course, the escape single codes. 202 00:09:38,680 --> 00:09:41,970 So whenever we are going to print, it will bring that perspective. 203 00:09:42,070 --> 00:09:43,630 Only this single code here. 204 00:09:44,320 --> 00:09:47,110 So now we are having this escape being single code. 205 00:09:47,140 --> 00:09:48,490 So now we have inclosing. 206 00:09:48,710 --> 00:09:49,900 We're doing the reverse, actually. 207 00:09:50,320 --> 00:09:53,950 Here we are for this single code as the outer one and double codes. 208 00:09:53,950 --> 00:09:55,030 That is a not one. 209 00:09:55,060 --> 00:10:00,310 But if you go for the double codes as the outer one and single codes as the inner one, then obviously 210 00:10:00,310 --> 00:10:02,440 these single codes will get printed here. 211 00:10:03,060 --> 00:10:04,780 Otherwise, we can go for this. 212 00:10:05,170 --> 00:10:07,380 That means we can escaping double codes. 213 00:10:07,410 --> 00:10:10,000 That means we're going for this slash double code. 214 00:10:10,030 --> 00:10:15,310 So here, this double code will be treated as a cat character, not the beginning of the of the ending 215 00:10:15,370 --> 00:10:15,910 of a string. 216 00:10:16,270 --> 00:10:19,120 So that's why we have a win for the escaping double code. 217 00:10:19,150 --> 00:10:19,480 So. 218 00:10:19,900 --> 00:10:21,630 So when those strings get printed. 219 00:10:21,670 --> 00:10:27,550 So slash double code will be printed as only a single double code and slash double code will be printed 220 00:10:27,550 --> 00:10:29,740 as only a single as a single double code. 221 00:10:30,160 --> 00:10:32,500 And here we are having this single code zero. 222 00:10:32,680 --> 00:10:34,210 So that will not cause any problem. 223 00:10:34,450 --> 00:10:38,420 So in this way, the string can be printed in very of ways. 224 00:10:40,120 --> 00:10:47,590 So either using triple codes or using escaping the single codes, escaping the single codes once again 225 00:10:47,620 --> 00:10:50,370 and then escaping the double codes once again. 226 00:10:54,290 --> 00:10:57,740 Next, we are going for this, so here you see, this is the print. 227 00:10:57,770 --> 00:10:59,350 I want to make it printed. 228 00:10:59,930 --> 00:11:03,470 So anybody we're having double slash it will print as single slash here. 229 00:11:03,860 --> 00:11:06,290 You can find we are printing this one as a single slash. 230 00:11:07,320 --> 00:11:10,730 But actually, industry, we're having a double slash, so print. 231 00:11:10,830 --> 00:11:12,390 This is a having a new line. 232 00:11:12,480 --> 00:11:13,230 There is a slash. 233 00:11:13,650 --> 00:11:14,690 So what do Lapine do? 234 00:11:14,700 --> 00:11:15,600 Go to the next line. 235 00:11:15,980 --> 00:11:16,860 We're having this slash. 236 00:11:17,100 --> 00:11:17,770 There is a gap. 237 00:11:17,780 --> 00:11:19,400 So there is a K separate. 238 00:11:19,400 --> 00:11:20,970 It is there for eight characters. 239 00:11:21,330 --> 00:11:23,040 And then you can also write in this way. 240 00:11:23,280 --> 00:11:25,280 That is slash X 41. 241 00:11:25,300 --> 00:11:28,320 So if 41 would be to date as in hexadecimal. 242 00:11:28,650 --> 00:11:30,290 So what is a decimal value against. 243 00:11:30,420 --> 00:11:30,900 Part two one. 244 00:11:31,230 --> 00:11:32,250 So forward into six. 245 00:11:32,250 --> 00:11:33,030 Into the bottom one. 246 00:11:33,060 --> 00:11:34,980 That is 64 plus one. 247 00:11:34,980 --> 00:11:35,480 Into six. 248 00:11:35,490 --> 00:11:35,850 Into the bottom. 249 00:11:36,180 --> 00:11:36,600 Zero. 250 00:11:36,660 --> 00:11:37,350 That is one. 251 00:11:37,770 --> 00:11:39,110 So 64 plus one. 252 00:11:39,120 --> 00:11:39,860 That is 65. 253 00:11:40,230 --> 00:11:41,730 Which character is having this. 254 00:11:42,000 --> 00:11:43,030 Ask equals six to five. 255 00:11:43,110 --> 00:11:44,360 That is of a capital A.. 256 00:11:44,610 --> 00:11:46,720 So it is similarly worth having this capital B.. 257 00:11:46,920 --> 00:11:48,610 Similarly, you are having this capital C.. 258 00:11:48,930 --> 00:11:50,610 So this ABC will be there. 259 00:11:51,060 --> 00:11:53,820 So in this way, you can also bring the respective string. 260 00:11:55,190 --> 00:12:00,650 We're having this format, so default already, Ziegel do so now we here to see these are the different 261 00:12:01,430 --> 00:12:03,590 placeholders we're having dot format. 262 00:12:03,890 --> 00:12:09,380 So to do will be coming to this is will be coming to this and Sunday will be coming to this placeholder. 263 00:12:09,800 --> 00:12:11,750 So here we are having this default order. 264 00:12:11,810 --> 00:12:14,750 If we go on printing, I'm getting the output like this one. 265 00:12:16,470 --> 00:12:22,350 So today is and Sunday, so we are getting this two day is and Sunday. 266 00:12:22,560 --> 00:12:26,460 So today is coming to this is is coming to this order, maintaining the order. 267 00:12:26,490 --> 00:12:28,350 There is a default implicit order. 268 00:12:28,800 --> 00:12:30,810 And here you are using this format method. 269 00:12:31,320 --> 00:12:33,570 So already using additional argument. 270 00:12:33,660 --> 00:12:37,620 So here this is my argument number G2, argument number one. 271 00:12:37,680 --> 00:12:39,020 Argument number two. 272 00:12:39,120 --> 00:12:42,480 So the positional arguments, the numbering will be something like this. 273 00:12:42,840 --> 00:12:46,620 So here are two mentioning the argument, additional number here. 274 00:12:46,980 --> 00:12:47,660 So that is up. 275 00:12:48,270 --> 00:12:50,190 So one means two, they will be coming down. 276 00:12:50,250 --> 00:12:56,070 So zero means is will be coming down here and sun will be coming down to this particular placeholder 277 00:12:56,400 --> 00:12:57,220 during the output. 278 00:12:57,270 --> 00:12:59,870 So you can find that today is and Sunday. 279 00:13:00,570 --> 00:13:03,840 So ordered using your word argument. 280 00:13:03,900 --> 00:13:05,380 So here you can mention this one. 281 00:13:05,400 --> 00:13:10,920 I as is able to ease D as is equal to today and S is equal to Sunday. 282 00:13:10,980 --> 00:13:15,150 So here you are mentioning the respective keyword arguments there. 283 00:13:15,420 --> 00:13:16,440 So that is D i. 284 00:13:16,500 --> 00:13:16,880 S. 285 00:13:17,100 --> 00:13:19,590 And you are getting the output count output like this one. 286 00:13:19,950 --> 00:13:21,960 So that is another way to print our string. 287 00:13:24,480 --> 00:13:25,620 Formatting numbers. 288 00:13:26,100 --> 00:13:31,350 So here to see where having this format 20 20 is only one argument is there. 289 00:13:31,380 --> 00:13:33,720 So it is argument position number is zero. 290 00:13:34,050 --> 00:13:35,470 So we are printing here zero. 291 00:13:35,520 --> 00:13:36,780 And here you are printing zero. 292 00:13:36,810 --> 00:13:38,250 But in the binary format. 293 00:13:38,610 --> 00:13:39,930 So what do we the outcome in that case? 294 00:13:39,960 --> 00:13:43,650 So 20 will be printed along with this 20 in the binary form. 295 00:13:43,680 --> 00:13:45,870 That is 16 plus four. 296 00:13:45,960 --> 00:13:47,130 And that is about 20. 297 00:13:47,880 --> 00:13:50,880 So now we are having this fluff formatting floats. 298 00:13:50,910 --> 00:13:52,380 We can go for this formatting. 299 00:13:52,860 --> 00:13:54,480 So now we are having the zero. 300 00:13:54,510 --> 00:13:56,700 That means this particular number is going to get printed. 301 00:13:57,060 --> 00:14:00,120 And that will be printed in this exponentiation format. 302 00:14:01,110 --> 00:14:05,010 Now, we are having this one by three and we're going to bring this one. 303 00:14:05,040 --> 00:14:08,220 This apparitional argument number, Gedo and then Kolon. 304 00:14:09,060 --> 00:14:11,070 There is a decimal point three F.. 305 00:14:11,460 --> 00:14:16,290 So after the decimal point, we'll be going to have about three decimal digits. 306 00:14:17,460 --> 00:14:23,730 But having this particular strings and we're having the string method, there is a lot apart find and 307 00:14:23,850 --> 00:14:25,480 we're having the plus Zinka. 308 00:14:25,500 --> 00:14:31,080 Some look at all the string characters will be converted to the laughers in case up apart all the string 309 00:14:31,080 --> 00:14:32,570 characters will be converted to that. 310 00:14:32,570 --> 00:14:35,040 Parkin's irrespective of the initial case here. 311 00:14:35,520 --> 00:14:36,630 So find two. 312 00:14:36,990 --> 00:14:40,160 So this tool be found at the totin index. 313 00:14:40,170 --> 00:14:41,460 So let me go on counting here. 314 00:14:41,850 --> 00:14:42,770 So that is about Gedo. 315 00:14:42,810 --> 00:14:47,100 One, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve. 316 00:14:47,910 --> 00:14:50,550 And from the Totin Index, this two is beginning. 317 00:14:50,730 --> 00:14:52,710 So that's why I'm getting here 13. 318 00:14:53,220 --> 00:14:59,220 But if you go on searching this to all this DNA or in the Lorqess, you may not get a match because 319 00:14:59,250 --> 00:15:01,370 it is a gift sensitive find. 320 00:15:01,650 --> 00:15:06,660 So as it is I of that, it will give me the outcome as a minus one means unsuccessful searching. 321 00:15:07,250 --> 00:15:09,150 So ripest all by everybody. 322 00:15:09,390 --> 00:15:10,940 And it is all by everybody. 323 00:15:10,950 --> 00:15:16,230 Know Hennessy there that if you consider the case insensitivities, if it were getting a match. 324 00:15:16,530 --> 00:15:18,300 So all would be replaced by everybody. 325 00:15:18,310 --> 00:15:20,850 But here this all is written all in the works. 326 00:15:21,120 --> 00:15:24,300 So hll so everybody cannot replace it. 327 00:15:24,540 --> 00:15:29,100 So because that is not a no match has been absol using this it Iblis method. 328 00:15:29,550 --> 00:15:34,500 So in this way we have discussed that how to operate the string and what other different string methods 329 00:15:34,500 --> 00:15:37,470 and operations can be carried out in this session. 330 00:15:37,890 --> 00:15:39,080 Thanks for watching this video.