1 00:00:00,510 --> 00:00:05,970 We learned what is functioning and what is the parameter, what is the return, the values and so on. 2 00:00:06,480 --> 00:00:12,740 OK, but now what if I want to add for this fun one more than parameter one and parameter two? 3 00:00:12,900 --> 00:00:20,460 I want a lot of parameters how to do that or that we will use something called the ARC's or Start Box. 4 00:00:20,510 --> 00:00:28,440 OK, so here, instead of typing the bar one bar to know you just delete that and would start ARC's 5 00:00:28,440 --> 00:00:35,460 here and when I return here I can put 10, 20, 30, 40 and so on. 6 00:00:35,560 --> 00:00:42,200 OK, actually let's read this print statement and return value as well. 7 00:00:42,720 --> 00:00:47,070 And I here, I don't need that and actually I don't need to print anything. 8 00:00:47,070 --> 00:00:53,550 I just want to call the function and I will do the print inside the function, which is like this. 9 00:00:54,910 --> 00:00:56,400 And he did this. 10 00:00:56,680 --> 00:00:57,260 It's OK. 11 00:00:57,760 --> 00:00:58,670 No need for that. 12 00:00:59,350 --> 00:01:01,960 Yeah, so you can see that now. 13 00:01:02,140 --> 00:01:08,700 And when I when I am inside the function, when I put a lot of arguments and all of them are integers, 14 00:01:08,930 --> 00:01:16,060 now, I can just print these arguments by doing that are like this. 15 00:01:16,090 --> 00:01:20,730 OK, so let's print that and see what we have in this screen. 16 00:01:22,020 --> 00:01:29,730 Yeah, you can see 10, 20, 30, 40, which is something fun, and of course, if I want the first 17 00:01:29,730 --> 00:01:34,040 argument or the second argument, I will need to put one, which is zero one, OK? 18 00:01:35,240 --> 00:01:37,970 So let's save that and it is working. 19 00:01:38,420 --> 00:01:44,050 Yeah, you can see this time now it is zero one, which is that 20 vatu, OK. 20 00:01:44,550 --> 00:01:45,880 OK, so far so good. 21 00:01:46,910 --> 00:01:54,570 Now, another thing we can use, something called key arguments or that key word arguments, OK? 22 00:01:55,280 --> 00:02:00,480 And for that, I will put that inside the parameter for the function of the argument. 23 00:02:00,800 --> 00:02:07,340 So here you can see what two stars and key key from the kid character. 24 00:02:08,660 --> 00:02:17,930 You are OK like this, and then instead of using or printing the ax, I will print the key axe, the 25 00:02:17,930 --> 00:02:18,480 key word. 26 00:02:18,820 --> 00:02:20,870 OK, but actually what is the key word out? 27 00:02:21,080 --> 00:02:29,210 So here, when you put this on this thing, which is var one, Equant 11, for example, and far too. 28 00:02:30,260 --> 00:02:30,800 Equal. 29 00:02:31,750 --> 00:02:39,340 Twelve, OK, so this will print Vermont and two actually was these are the keyword arguments, as you 30 00:02:39,340 --> 00:02:41,050 can see, the parameter is starky. 31 00:02:41,050 --> 00:02:41,340 What? 32 00:02:41,940 --> 00:02:44,350 OK, so let's run this and check this out. 33 00:02:44,380 --> 00:02:45,300 Actually, it's better. 34 00:02:46,120 --> 00:02:50,200 Yeah, you can see Barwan is 11 and Vata is 12. 35 00:02:50,470 --> 00:02:54,400 And actually for the keywords, actually, this is something familiar. 36 00:02:54,610 --> 00:02:56,390 We already saw that this is the dictionary. 37 00:02:56,740 --> 00:03:01,870 So if I took I bertier and put in quotation vare one for example. 38 00:03:03,430 --> 00:03:05,320 And they returned here and tested out. 39 00:03:06,570 --> 00:03:12,990 You can see that we just printed that one, which is the 11 with his, as you can see, this is the 40 00:03:12,990 --> 00:03:13,570 dictionary. 41 00:03:13,620 --> 00:03:16,480 OK, but the arts is like the list. 42 00:03:16,500 --> 00:03:16,920 All right. 43 00:03:17,250 --> 00:03:17,730 All right. 44 00:03:17,940 --> 00:03:18,700 Thanks for watching. 45 00:03:18,770 --> 00:03:19,590 I'll see you in the next.