1 00:00:00,000 --> 00:00:03,270 Hi, welcome back to a new section. You'll learn 2 00:00:03,271 --> 00:00:07,530 more about functions throughout these videos. You 3 00:00:07,531 --> 00:00:10,620 did learn how to define a function and how to call 4 00:00:10,621 --> 00:00:14,250 it previously in the course, but here you'll learn some 5 00:00:14,251 --> 00:00:18,090 more advanced concepts about functions. And you 6 00:00:18,091 --> 00:00:19,920 really, really need to learn about functions 7 00:00:19,921 --> 00:00:23,430 because they are some very fundamental blocks of 8 00:00:23,431 --> 00:00:28,140 code. So you you write your programs by using 9 00:00:28,141 --> 00:00:31,650 functions which do certain things. So let's learn 10 00:00:31,680 --> 00:00:35,033 more about functions. See you in the next video.