1 00:00:12,010 --> 00:00:12,570 Hello. 2 00:00:12,650 --> 00:00:20,050 So this video and in the next one, we will practice, at least now we are in the advanced part and 3 00:00:20,080 --> 00:00:20,440 that's it. 4 00:00:20,470 --> 00:00:21,190 So let's begin. 5 00:00:21,310 --> 00:00:23,650 So let's go over the assignments. 6 00:00:24,070 --> 00:00:31,660 So the first assignment is to create a simple list of employees with the following names and afterwards, 7 00:00:31,660 --> 00:00:33,550 please print out the length of the list. 8 00:00:34,390 --> 00:00:39,930 We have already seen this action key in the previous videos afterwards. 9 00:00:40,030 --> 00:00:40,330 All right. 10 00:00:40,330 --> 00:00:41,700 There's some kind of story here. 11 00:00:41,950 --> 00:00:51,400 So afterwards, John is quited, his job and a new employee, a new guy with the name Jack took his 12 00:00:51,400 --> 00:00:51,840 place. 13 00:00:52,150 --> 00:00:55,410 So just add him to the list instead of John. 14 00:00:56,000 --> 00:00:58,360 I just want to give you a quick hint. 15 00:00:58,570 --> 00:01:01,450 You have two options, adding new items to the list. 16 00:01:01,720 --> 00:01:08,380 One of them is just added to the list, and the second one is to replace the current value with the 17 00:01:08,380 --> 00:01:08,830 new one. 18 00:01:09,790 --> 00:01:10,200 All right. 19 00:01:10,630 --> 00:01:16,360 So afterwards, the company is in great shape and it recruited another guy. 20 00:01:16,640 --> 00:01:17,740 His name is Maverick. 21 00:01:17,740 --> 00:01:25,090 And just add him into index three of the list and do not do not remove the old member of the team. 22 00:01:25,090 --> 00:01:30,580 Just add Maverick to the team without removing the old old member. 23 00:01:32,020 --> 00:01:32,350 All right. 24 00:01:32,350 --> 00:01:39,400 So afterwards seems Maverick was added to the wrong place in the list, so please remove it from the 25 00:01:39,400 --> 00:01:43,350 list and afterwards add him to be last in the list. 26 00:01:43,990 --> 00:01:51,450 Just want to mention that some of the of the assignments, you have several, several approaches to 27 00:01:51,460 --> 00:01:52,230 be resolved. 28 00:01:52,240 --> 00:01:58,690 So there is not only one way to resolve it all the time, sometimes they have several ways to resolve 29 00:01:58,690 --> 00:01:58,920 it. 30 00:01:59,170 --> 00:02:00,370 Just keep that in mind. 31 00:02:01,810 --> 00:02:02,290 All right. 32 00:02:02,290 --> 00:02:08,340 Afterwards, Maverick, our guy was a bit problematic and did not fit to the team. 33 00:02:08,350 --> 00:02:12,610 He skipped work and the boss didn't like it, so he fired him. 34 00:02:12,610 --> 00:02:15,520 So please remove him from the list this time. 35 00:02:15,520 --> 00:02:17,940 I ask you guys to use the pop action key. 36 00:02:18,940 --> 00:02:19,480 All right. 37 00:02:20,740 --> 00:02:25,030 And last but not least, you have again a bonus assignment. 38 00:02:25,270 --> 00:02:31,660 So as I talked in the previous practice video from time to time, I'm going to give you some investigating 39 00:02:31,900 --> 00:02:37,710 assignments, bonus assignments that I want you to investigate by yourselves for one reason only. 40 00:02:38,380 --> 00:02:40,570 My job is not to make your lives easier. 41 00:02:40,750 --> 00:02:45,160 My job is to prepare you for your automation developer position. 42 00:02:45,370 --> 00:02:51,940 And once you become a developer, you have to and you need to have a certain technique. 43 00:02:52,570 --> 00:02:56,950 And this technique is searching online for topics that you want to study. 44 00:02:57,220 --> 00:02:59,190 So this is what I want to practice here. 45 00:02:59,350 --> 00:03:06,160 I want you guys to go into Google and search how you can sort a list by ABC. 46 00:03:06,460 --> 00:03:12,880 Just try Googling it by using, for example, the following phrase Python. 47 00:03:15,060 --> 00:03:16,370 How to sort this? 48 00:03:16,590 --> 00:03:16,970 That's it. 49 00:03:17,200 --> 00:03:18,720 Just try to look it up. 50 00:03:18,780 --> 00:03:23,220 I'm sure that one of the first results, just click on them and you'll find the resolution over there. 51 00:03:23,250 --> 00:03:24,130 It's really easy. 52 00:03:24,510 --> 00:03:30,660 And anyway, in the previous in the next video, I will show you the resolution of this bonus assignment 53 00:03:30,660 --> 00:03:31,070 as well. 54 00:03:31,410 --> 00:03:32,550 So that's about it. 55 00:03:32,560 --> 00:03:34,110 Guys, I wish you good luck. 56 00:03:34,110 --> 00:03:39,210 And I see you in the next video before you watch in the next video, try to resolve the assignment of 57 00:03:39,210 --> 00:03:39,760 ourselves. 58 00:03:40,200 --> 00:03:40,740 Good luck.