1 00:00:12,640 --> 00:00:13,750 Hello, everyone. 2 00:00:13,990 --> 00:00:21,220 So now that we have completed successfully the variables and the collection part and we have seen the 3 00:00:21,220 --> 00:00:28,360 differences between list dictionary set and tuple, each one with its own uniqueness, we have seen 4 00:00:28,840 --> 00:00:35,710 indexed and ordered collections and we have seen also unindexed and unordered collections, and we have 5 00:00:35,710 --> 00:00:38,050 seen all the differences and lots of examples. 6 00:00:38,350 --> 00:00:44,140 I really hope that you're doing all the assignments because the assignments is the key for your success 7 00:00:44,950 --> 00:00:45,940 in this section. 8 00:00:45,940 --> 00:00:54,040 We will handle and go deeply in if statements if is a condition statement where we can manage our flow 9 00:00:54,040 --> 00:00:56,260 of code to go to a certain flow. 10 00:00:56,440 --> 00:01:02,560 If a certain condition is satisfied, the code will go into flow and if not, it will go to flow. 11 00:01:02,560 --> 00:01:09,880 B And also this topic would connect to the topic after it, which will be loop's. 12 00:01:09,880 --> 00:01:17,320 We have for loops and wire loops where where we can iterate our code again and again in a loop and it 13 00:01:17,320 --> 00:01:19,750 goes together with if statements. 14 00:01:19,960 --> 00:01:26,560 Also, I really recommend to do the assignments and also remember that each lecturer has a PDF attachment 15 00:01:26,560 --> 00:01:33,540 file, which we study according to it, and you can go over it several times after the lecture to understand 16 00:01:33,540 --> 00:01:37,510 it deeper and to inserted into your subconscious. 17 00:01:37,780 --> 00:01:41,530 And I wish you all good luck and I will see you in the next video.