1 00:00:00,200 --> 00:00:05,120 Oh yes and welcome back to another class of our course about Python. 2 00:00:05,160 --> 00:00:09,590 So in our last class we practiced a little bit what we have just learned. 3 00:00:09,750 --> 00:00:15,430 Until now in this class we are going to do the same thing. 4 00:00:15,450 --> 00:00:22,800 So we will create another Python up this time a bit more complicated but just using the notions that 5 00:00:22,860 --> 00:00:24,090 we learn until now. 6 00:00:24,120 --> 00:00:26,400 So we are not going to add nothing new. 7 00:00:26,400 --> 00:00:30,370 We're just going to use the notions that we learned until now. 8 00:00:30,530 --> 00:00:32,070 So it's gonna be very cool. 9 00:00:32,070 --> 00:00:32,960 My goal today. 10 00:00:33,030 --> 00:00:38,310 Well the objective of this new app that we are going to do today is very simple. 11 00:00:38,430 --> 00:00:43,900 So we will have three persons which will have each of them will have a name. 12 00:00:44,010 --> 00:00:50,700 Those three persons will buy a pizza and we want to know how many slices each person eighth of the pizza. 13 00:00:50,940 --> 00:00:56,590 And depending of the number of slice that each person eight will give a will. 14 00:00:57,270 --> 00:00:59,850 Find out how much each person will pay. 15 00:01:00,810 --> 00:01:06,110 So we'll write down the code for all this and we will go step by step. 16 00:01:06,120 --> 00:01:07,850 I'll explain you how all this. 17 00:01:07,840 --> 00:01:09,790 Well how all this will work. 18 00:01:09,960 --> 00:01:10,830 So let's start. 19 00:01:11,050 --> 00:01:17,490 So the first thing I'll ask you guys to do is like always open up your text editor and going to your 20 00:01:17,490 --> 00:01:18,110 project one. 21 00:01:18,660 --> 00:01:25,800 So like you said the first thing that we want in this app is our user to give us his name his or her 22 00:01:25,800 --> 00:01:27,570 name depending if it's a girl or a boy. 23 00:01:28,950 --> 00:01:30,180 So we'll ask him. 24 00:01:30,180 --> 00:01:31,950 We'll ask him to enter his name. 25 00:01:32,100 --> 00:01:40,080 So we'll simply enter name one in this case and one what we want. 26 00:01:40,080 --> 00:01:45,480 As I said we want the user to give us his name so we'll write down input. 27 00:01:45,540 --> 00:01:49,260 That's the function that will allow us to ask the user for his name. 28 00:01:49,260 --> 00:01:54,780 So in this case we ask the user for some things or write down input and the user will simply give us 29 00:01:54,780 --> 00:01:55,140 his name. 30 00:01:55,140 --> 00:02:05,570 So you write down and so input open up your very brand theses and ask the user what is your name. 31 00:02:05,610 --> 00:02:06,300 That's very simple. 32 00:02:06,300 --> 00:02:09,250 We did this for our first user. 33 00:02:09,480 --> 00:02:16,160 So we will simply copy everything and pass them so we have. 34 00:02:16,190 --> 00:02:20,570 Name one name to name three as I said we have three users. 35 00:02:20,630 --> 00:02:22,250 So very simple. 36 00:02:22,250 --> 00:02:25,100 We simply copy and paste everything. 37 00:02:25,590 --> 00:02:25,900 All right. 38 00:02:26,410 --> 00:02:31,170 So this is for our well the first data that we need to collect our names. 39 00:02:31,180 --> 00:02:33,710 So in this case we have strings. 40 00:02:34,720 --> 00:02:40,900 And the next thing that we want as I explained we want to know if we want to find out how many slices 41 00:02:40,990 --> 00:02:45,060 each person eight we need to find out at first. 42 00:02:45,080 --> 00:02:47,210 How many slices the pizza have. 43 00:02:47,210 --> 00:02:52,400 So what we will ask our user is how many slices the pizza have. 44 00:02:52,430 --> 00:03:00,320 So we can write down slices in the pizza. 45 00:03:00,360 --> 00:03:05,980 So once again we ask our user How many slices is there in the pizza. 46 00:03:05,980 --> 00:03:15,740 Let's not forget your input function and you ask your user How many slices in the pizza. 47 00:03:15,910 --> 00:03:16,200 All right. 48 00:03:16,800 --> 00:03:20,400 So right now that we know the number of slices in the pizza. 49 00:03:20,640 --> 00:03:24,360 We want to know what is the price paid for the whole pizza. 50 00:03:24,360 --> 00:03:27,220 So what is the price paid for all the pizza. 51 00:03:28,440 --> 00:03:35,100 So in this case if the pizza cost ten dollars and one user eat only one slice of well if the pizza cost 52 00:03:35,100 --> 00:03:40,350 ten dollars and there is ten slices and the first user only eight one slice this means the first user 53 00:03:40,350 --> 00:03:44,960 will have to pay one dollar so we'll do it this way. 54 00:03:44,960 --> 00:03:53,640 So as I said the next question is what is the price of the pizza. 55 00:03:53,750 --> 00:03:55,420 So we have no slice. 56 00:03:55,430 --> 00:03:56,270 We have the price. 57 00:03:56,270 --> 00:04:07,260 So once again simply write don't input and we ask our user what is the price of the pizza. 58 00:04:07,550 --> 00:04:07,850 Great. 59 00:04:08,450 --> 00:04:14,420 So we have our first data right here we have the names we know will we know how many slices there is 60 00:04:14,420 --> 00:04:21,230 in the pizza we know what is the total price of the pizza what we need to know right now is how much 61 00:04:21,320 --> 00:04:22,440 each person eat. 62 00:04:22,460 --> 00:04:26,930 So in the first case how much of the pizza of the whole pizza the first person eight. 63 00:04:26,980 --> 00:04:34,010 So let's say the first person eight 50 percent of the whole pizza will ask the person how many how many 64 00:04:34,010 --> 00:04:35,120 parts or how many. 65 00:04:35,150 --> 00:04:39,630 Let's say what percentage of the pizza have you eat. 66 00:04:39,650 --> 00:04:42,520 So once again we need to put this into our code. 67 00:04:42,620 --> 00:04:44,690 So how we'll write it down is very simple. 68 00:04:44,730 --> 00:04:46,190 I will write down percentage 69 00:04:51,240 --> 00:04:52,840 8 by 70 00:04:55,780 --> 00:04:57,400 person 1 71 00:05:00,280 --> 00:05:04,170 so in this case we have our variable percentage aid by person 1. 72 00:05:04,210 --> 00:05:06,700 We can name it like this if you want to make something shorter. 73 00:05:06,700 --> 00:05:14,440 Well you can ask once again to ask our user what percentage he ate from the pizza. 74 00:05:14,450 --> 00:05:17,840 So write them so will once again write down input. 75 00:05:18,070 --> 00:05:25,840 So we will use our variable name one as a reference because we are talking to the name one so the first 76 00:05:25,840 --> 00:05:28,310 user in this case we are talking to this person. 77 00:05:28,740 --> 00:05:37,490 So we'll write down name one and we'll ask this person what part of the pizza. 78 00:05:37,540 --> 00:05:39,320 What percentage sorry. 79 00:05:40,150 --> 00:05:46,980 What percentage of the pizza do you have. 80 00:05:48,610 --> 00:05:55,040 So once again why I use the this variable right here as I explained when we'll print everything and 81 00:05:55,050 --> 00:06:02,520 went Well when we won we will ask our question to this person to the person that I have named one one 82 00:06:02,520 --> 00:06:04,930 a name this person so want to ask this person. 83 00:06:04,930 --> 00:06:10,510 So to ask this person and to know her name or his name we need to refer to name one. 84 00:06:10,510 --> 00:06:16,410 So in this case this variable we need to refer to this variable so we do this for the person number 85 00:06:16,410 --> 00:06:17,130 one. 86 00:06:17,130 --> 00:06:22,650 The next thing that we need to do we do the exact same thing for the person number two and the person 87 00:06:22,650 --> 00:06:23,200 number three. 88 00:06:23,250 --> 00:06:30,210 So you can simply copy and paste everything and when it's all done you simply change the variables so 89 00:06:30,390 --> 00:06:31,740 well the variables the numbers. 90 00:06:31,740 --> 00:06:36,320 So in this case we have Person 1 here we'll have person 2 here will have a century. 91 00:06:36,510 --> 00:06:37,530 Same thing for the names. 92 00:06:37,590 --> 00:06:39,000 So we have named number two. 93 00:06:39,070 --> 00:06:39,820 Name number two. 94 00:06:41,130 --> 00:06:44,430 So I hope you follow until now and you understand what we are doing. 95 00:06:44,460 --> 00:06:47,730 So let me just summarize what we did until now. 96 00:06:47,730 --> 00:06:53,850 Since it's not done we named our so we have our first variable which is name 1 2 3. 97 00:06:54,150 --> 00:06:55,800 We named our users. 98 00:06:56,250 --> 00:07:00,510 After that we find out find out the total number of slices and the pizza. 99 00:07:00,510 --> 00:07:01,770 The price of the pizza. 100 00:07:02,790 --> 00:07:05,300 And right now we are looking at how many. 101 00:07:05,310 --> 00:07:06,870 What percentage of the pizza. 102 00:07:07,050 --> 00:07:07,700 Each person. 103 00:07:07,710 --> 00:07:08,650 8. 104 00:07:08,790 --> 00:07:09,860 So very simple. 105 00:07:09,930 --> 00:07:13,270 That's the data that the people will have to give us. 106 00:07:13,290 --> 00:07:19,750 So we will be able to calculate everything good so we have all the data that we need. 107 00:07:19,750 --> 00:07:24,330 Now we need to make the calculation to be able to answer to our questions. 108 00:07:24,340 --> 00:07:25,330 In this case we want. 109 00:07:25,360 --> 00:07:28,300 What are the questions that we want to answer to. 110 00:07:28,300 --> 00:07:30,140 The first one will be how many. 111 00:07:30,200 --> 00:07:32,910 Well how many slices the each person have. 112 00:07:32,920 --> 00:07:33,690 Eight. 113 00:07:33,820 --> 00:07:38,420 And the second question is what price each person paid for the pizza. 114 00:07:38,470 --> 00:07:39,510 So to find out. 115 00:07:39,610 --> 00:07:42,040 So we'll write down a number of slices 116 00:07:45,930 --> 00:07:52,190 this will be the first thing that we will look for a bi person. 117 00:07:52,710 --> 00:07:53,070 118 00:07:59,590 --> 00:08:05,080 So this will be our variable that we will use so the calculation to find out the number of slices by 119 00:08:05,080 --> 00:08:07,820 the first person is very simple. 120 00:08:07,840 --> 00:08:11,640 We simply multiply the percentage of the pizza that the person have 8. 121 00:08:11,680 --> 00:08:16,900 So in this case of the person have a 50 percent of the pizza will multiply 50 percent by the number 122 00:08:16,990 --> 00:08:19,120 of slices there is in the pizza. 123 00:08:19,360 --> 00:08:25,570 So in this case if there is 20 slices in the person 8 50 percent of the pizza we will have the person 124 00:08:25,570 --> 00:08:27,570 number one will have 8 10 slices. 125 00:08:28,570 --> 00:08:29,320 So it's very simple. 126 00:08:29,560 --> 00:08:31,540 So how do we calculate this. 127 00:08:31,540 --> 00:08:40,690 We want to multiply right here the percentage 8 by person number one by the number of slices but very 128 00:08:40,690 --> 00:08:44,940 important since all all the data is stored in strings. 129 00:08:44,950 --> 00:08:50,380 The first thing we have to do is to transform this data into numbers to be able to make the calculations 130 00:08:50,390 --> 00:08:52,720 so we will use the float function for this. 131 00:08:52,720 --> 00:08:58,300 If you guys remember so the float function is really used to transform strings and strings into numbers 132 00:08:58,750 --> 00:08:59,470 and the function. 133 00:08:59,500 --> 00:09:05,740 The function SDR is used to transform numbers into strings because we can't work with strings and numbers 134 00:09:06,070 --> 00:09:09,930 at the assembly so both data will not work together. 135 00:09:10,390 --> 00:09:18,130 So write down float and simply go and look for our first viable which is percentage 8 by person number 136 00:09:18,130 --> 00:09:19,180 1. 137 00:09:19,180 --> 00:09:19,930 So here we go. 138 00:09:19,930 --> 00:09:25,990 We have this and the calculation will be percentage 8 by person number 1 multiplied by once again float 139 00:09:26,020 --> 00:09:30,970 because we want to transform our slices in the pizza into a number. 140 00:09:30,970 --> 00:09:37,970 Right now it's a string so we'll write down float and we'll write down slices in the pizza. 141 00:09:38,060 --> 00:09:40,490 So this is our first calculation that we want to do. 142 00:09:40,730 --> 00:09:46,470 So this calculation will help us find out the number of slices that the person number one have 8. 143 00:09:46,550 --> 00:09:52,280 So when we have this we need to find out the same thing for the person number two as well as the person 144 00:09:52,280 --> 00:09:53,710 number three. 145 00:09:53,990 --> 00:09:58,210 So simply copy and best everything and then you can just change the data. 146 00:09:58,220 --> 00:10:01,960 So we have a number of slices made by person number 2 and person number 2. 147 00:10:02,660 --> 00:10:09,180 So you can just change the numbers the slices in the pizza stay the same like always. 148 00:10:09,590 --> 00:10:14,810 So when it's all done right now we have the calculation that will help us find out the number of slices 149 00:10:14,810 --> 00:10:16,190 that each person eat. 150 00:10:16,190 --> 00:10:21,170 The next question that we will ask ourselves is what is the price paid for by each person. 151 00:10:21,170 --> 00:10:23,890 So in this case let's say each person have. 152 00:10:23,890 --> 00:10:30,110 If a person have a 10 slices of a pizza 20 slices and the price of the pizza is 20 dollars. 153 00:10:30,110 --> 00:10:36,660 Well the person will need to pay ten dollars because each slice costs one dollar so there is more than 154 00:10:36,660 --> 00:10:38,310 one way to find out this answer. 155 00:10:38,430 --> 00:10:41,260 But the way that we are going to use will simply multiply. 156 00:10:41,270 --> 00:10:48,450 The price of the pizza and the percentage of the pizza 8 by the person number one by the price of the 157 00:10:48,450 --> 00:10:48,950 pizza. 158 00:10:49,170 --> 00:10:55,780 If the person number one have a 50 percent of the pizza person no one will pay 50 percent of the price. 159 00:10:56,730 --> 00:10:57,690 So how do we do this. 160 00:10:57,720 --> 00:11:07,520 Very simple will create another variable that we will name price paid by let's say number one. 161 00:11:07,520 --> 00:11:09,050 So in this case. 162 00:11:09,060 --> 00:11:09,770 Name one. 163 00:11:09,850 --> 00:11:16,440 Let's say name one price paid by name one and we write down this. 164 00:11:16,530 --> 00:11:20,260 So as I said the calculation will be the percentage of the pizza. 165 00:11:20,410 --> 00:11:25,600 8 by person number one by the price of the pizza multiplied by the price of the pizza. 166 00:11:25,600 --> 00:11:32,970 So once again we'll use our float function and we'll simply multiply. 167 00:11:33,030 --> 00:11:34,350 As I said percentage. 168 00:11:34,380 --> 00:11:44,310 So in this case we will calculate will refer to the variable percentage aid by person 1. 169 00:11:44,820 --> 00:11:50,440 And all this multiplied by once again the float function. 170 00:11:51,810 --> 00:11:57,200 The price of the pizza as you can see this is the calculation. 171 00:11:57,210 --> 00:12:04,730 So this calculation will help us find the price paid by the person number one so when it's all done 172 00:12:04,760 --> 00:12:05,690 it's very simple. 173 00:12:05,690 --> 00:12:09,440 We simply come back here and we copy and fast everything 174 00:12:13,540 --> 00:12:17,320 and then the next thing that we will have to do is just change the numbers. 175 00:12:17,380 --> 00:12:21,570 So in this case we just changed the number the name one by name two. 176 00:12:21,670 --> 00:12:29,550 And same thing for the percentage eight by each person as you can see it refers to this percentage end 177 00:12:29,580 --> 00:12:31,780 to this percentage as well. 178 00:12:31,990 --> 00:12:32,280 All right. 179 00:12:32,700 --> 00:12:37,500 So right now we have all the calculation that we need for our app to work. 180 00:12:37,530 --> 00:12:41,520 So the next thing that we will need to do is print everything. 181 00:12:41,520 --> 00:12:44,460 So what exactly the person will have as an output. 182 00:12:44,460 --> 00:12:46,370 So those are our inputs. 183 00:12:46,380 --> 00:12:47,280 This is the inputs. 184 00:12:47,290 --> 00:12:49,580 That's what we ask from the person. 185 00:12:49,620 --> 00:12:52,290 This is what the app will do like calculation. 186 00:12:52,290 --> 00:12:54,900 So those are the that's the calculation part. 187 00:12:54,900 --> 00:12:55,720 That's the first part. 188 00:12:55,740 --> 00:12:56,570 That's the second part. 189 00:12:57,120 --> 00:13:02,940 And the last thing is what will be the output of all this. 190 00:13:02,940 --> 00:13:04,470 So very simple. 191 00:13:04,470 --> 00:13:12,270 What we will print will be the person number one have eight a certain number of slices and have paid 192 00:13:12,450 --> 00:13:14,820 a certain price for his meal or her meal. 193 00:13:16,650 --> 00:13:18,150 So let's write it down. 194 00:13:18,210 --> 00:13:25,310 So name number one in this case have eight. 195 00:13:25,580 --> 00:13:35,350 So you open up your small commas and write don't have eight so forget to add spaces because in the other 196 00:13:35,350 --> 00:13:39,270 case you'll see it's not gonna be very very beautiful. 197 00:13:39,550 --> 00:13:43,510 Then the next thing we'll have eight number of slices. 198 00:13:43,510 --> 00:13:49,290 So the number of slice in this case is a number so we need to transform this number into a string. 199 00:13:49,450 --> 00:13:59,870 If we want our app to work so simply write down s t r so the function SDR and we ask for the number 200 00:13:59,870 --> 00:14:02,030 of slices a by person number one. 201 00:14:02,060 --> 00:14:08,360 So as you can see that name so the person number one this case have eight a certain number of slices 202 00:14:09,600 --> 00:14:13,710 then we'll continue our function a function our output 203 00:14:17,250 --> 00:14:27,340 so I have eight this number of slices and have paid have paid how much. 204 00:14:27,670 --> 00:14:29,920 So in this case we'll do the exact same thing. 205 00:14:30,040 --> 00:14:38,470 We'll return the string of the price paid by the person number one so we'll go and look for the variable 206 00:14:39,040 --> 00:14:49,840 price paid by name one and we'll continue dollars for his meal. 207 00:14:52,500 --> 00:14:55,880 All right so let's put everything together. 208 00:14:55,960 --> 00:14:57,980 Let's the critics eat everything. 209 00:14:58,130 --> 00:15:00,980 So what is our output in this case. 210 00:15:00,980 --> 00:15:03,170 The output says name number one. 211 00:15:03,170 --> 00:15:08,130 So this variable which will be our first name have eight. 212 00:15:08,210 --> 00:15:11,240 This will be the number of slices and the person number one have eight. 213 00:15:11,270 --> 00:15:15,400 So we need this answer and have paid. 214 00:15:15,400 --> 00:15:18,040 Right now we have our second half paid. 215 00:15:18,040 --> 00:15:19,960 This is the price that the person have paid. 216 00:15:19,960 --> 00:15:25,270 So in this case we'll return this variable right here and this is just string. 217 00:15:25,270 --> 00:15:28,070 So this is just text dollars for his meal. 218 00:15:28,670 --> 00:15:35,060 So as I said very important don't forget to add spaces because in the other case it's not gonna be very 219 00:15:35,060 --> 00:15:36,020 beautiful to look at 220 00:15:44,980 --> 00:15:45,200 all right. 221 00:15:45,590 --> 00:15:47,830 So until now we have everything that we need. 222 00:15:48,020 --> 00:15:52,640 We have the output for the person number one so what we need to do right now we need to write the same 223 00:15:52,730 --> 00:15:56,720 output for the person number two and the person number three. 224 00:15:57,010 --> 00:15:59,590 So how we will do this how we always do. 225 00:16:00,010 --> 00:16:05,710 I will simply copy and paste everything in the next sentence in the next line of code. 226 00:16:06,040 --> 00:16:12,920 So a simple simply select everything that you have here and you passed it on the lower line of code. 227 00:16:12,970 --> 00:16:13,240 All right. 228 00:16:13,270 --> 00:16:16,060 So when it is done simply change the numbers. 229 00:16:16,070 --> 00:16:22,900 So in this case and they will be named to end name treat and the number of slices eight by each person 230 00:16:22,990 --> 00:16:25,930 in this case person number two person number three. 231 00:16:26,560 --> 00:16:32,480 Same thing for the price paid for each person by each person sorry Here we go. 232 00:16:33,380 --> 00:16:37,790 So right now we have the whole code completed for our app. 233 00:16:38,030 --> 00:16:40,970 Let's run everything and see what it all looks like. 234 00:16:40,970 --> 00:16:45,450 So in this case if you want to run everything simply click on the run. 235 00:16:45,470 --> 00:16:47,610 So the app ask us What's your name. 236 00:16:47,660 --> 00:16:51,110 In this case let's say it's Mark. 237 00:16:51,110 --> 00:16:54,080 So name or no one will be Mark. 238 00:16:54,200 --> 00:16:55,590 Name number two will be. 239 00:16:55,700 --> 00:17:00,980 Let's just fix one little thing before we continue so just add two points so it will be more beautiful 240 00:17:00,980 --> 00:17:04,370 when you write down the names once again. 241 00:17:04,390 --> 00:17:07,540 It's not an obligation if you just want to run the app right now. 242 00:17:07,570 --> 00:17:08,420 You can run it. 243 00:17:08,420 --> 00:17:21,360 It will still work but just to make it more beautiful you can add the two points. 244 00:17:22,150 --> 00:17:24,400 All right great. 245 00:17:24,940 --> 00:17:28,280 Let's run the app once again. 246 00:17:28,310 --> 00:17:28,670 Good. 247 00:17:28,670 --> 00:17:29,210 So what did it. 248 00:17:29,210 --> 00:17:30,350 What is your name once again. 249 00:17:30,350 --> 00:17:40,050 As I said it's Mark the same name let's say it's going to be John and the last name will be let's say 250 00:17:41,580 --> 00:17:45,050 I don't know a little. 251 00:17:45,060 --> 00:17:46,380 Here we go. 252 00:17:46,380 --> 00:17:53,770 How many slices in the pizza so let's say the piece that we had 15 slices let's say 16. 253 00:17:53,810 --> 00:18:01,180 What is the price of the pizza in this case let's say the pizza have custard for you dollars what percentage 254 00:18:01,300 --> 00:18:02,490 of the pizza you have eight. 255 00:18:02,500 --> 00:18:07,450 So in this case Mark we forgot to add a a space. 256 00:18:07,450 --> 00:18:12,090 So once again as you can see it's not beautiful when you don't add a space we can just add spaces. 257 00:18:12,100 --> 00:18:13,070 So it's not a big deal. 258 00:18:13,060 --> 00:18:13,940 The Apple Store. 259 00:18:14,320 --> 00:18:17,090 So what percentage of the pizza you have. 260 00:18:17,160 --> 00:18:19,090 So Mark have a 50 percent. 261 00:18:19,090 --> 00:18:21,630 So we'll not write down 50 percent like this. 262 00:18:21,700 --> 00:18:25,700 We'll write down 50 percent like this zero point five this week by 10. 263 00:18:25,720 --> 00:18:28,610 We'll be able to calculate everything John. 264 00:18:28,750 --> 00:18:31,440 What percentage of the pizza have you 8. 265 00:18:31,480 --> 00:18:35,220 So John have a twenty five percent so we'll write down zero point twenty five. 266 00:18:35,380 --> 00:18:38,110 And Eileen what percentage of the pizza have you eat. 267 00:18:38,170 --> 00:18:39,730 We'll write down zero point twenty five. 268 00:18:39,940 --> 00:18:45,430 So once again twenty five percent then we'll simply click on enter. 269 00:18:45,430 --> 00:18:47,710 And as you can see this is our output. 270 00:18:47,710 --> 00:18:53,130 So Mark have eight eight slices and have paid twenty dollars for his meal. 271 00:18:53,140 --> 00:18:59,140 John have a four slices and have paid ten dollars for his meal and I have a four slices and have paid 272 00:18:59,170 --> 00:19:00,990 ten dollars for her meal. 273 00:19:01,030 --> 00:19:03,270 In this case her meal. 274 00:19:03,330 --> 00:19:06,940 So as you can see the app works perfectly everything is amazing. 275 00:19:06,940 --> 00:19:11,390 If you want to make it more perfect and you want to change some things you can just play with the text 276 00:19:11,400 --> 00:19:11,720 maybe. 277 00:19:11,740 --> 00:19:20,140 For example right here in this place Mark instead of as you can see it's it's well it's together what 278 00:19:20,140 --> 00:19:23,070 you can do is simply add some spaces. 279 00:19:23,380 --> 00:19:28,420 So it just a question of spaces and you'll see everything will be more beautiful and more presentable. 280 00:19:28,420 --> 00:19:33,040 Same thing for example right here when you guys. 281 00:19:33,170 --> 00:19:34,160 Well that's it. 282 00:19:34,200 --> 00:19:34,850 That's nice. 283 00:19:34,890 --> 00:19:35,340 Oh yeah. 284 00:19:35,500 --> 00:19:36,670 That's it. 285 00:19:36,700 --> 00:19:41,210 Right here for example Alan since it's a girl you can write down for his her. 286 00:19:41,310 --> 00:19:43,810 So let me just show you the radar right. 287 00:19:43,810 --> 00:19:48,580 I don't like this or his or her view and that's it. 288 00:19:48,610 --> 00:19:54,330 So the app will still solve right now the upper it's perfectly the only little fixes that you can do 289 00:19:54,340 --> 00:19:57,530 well I just told you we can do as a fix. 290 00:19:57,630 --> 00:20:00,670 So right now guys we just put everything together. 291 00:20:00,670 --> 00:20:07,330 What we have learned into practice so I hope you like the course so far so as you can see programming 292 00:20:07,330 --> 00:20:08,440 in Python is not that hard. 293 00:20:08,440 --> 00:20:14,380 So we created a code that is a bit more complex but just with the things that we learn until now no 294 00:20:14,380 --> 00:20:15,530 new functions. 295 00:20:15,560 --> 00:20:15,760 Right. 296 00:20:15,760 --> 00:20:19,270 So that's it for this class guys in C all in our next class.