1 00:00:00,000 --> 00:00:04,939 [MUSIC] 2 00:00:04,939 --> 00:00:09,400 Welcome to the second stage of functions, packing, and unpacking in Python. 3 00:00:09,400 --> 00:00:12,490 So far you've learned what a function is, how to write and 4 00:00:12,490 --> 00:00:16,740 recognize one, how to call one, and a little bit about scope. 5 00:00:16,740 --> 00:00:19,640 In this stage of the course, you're going to learn how to send information to 6 00:00:19,640 --> 00:00:22,449 functions and how to receive information back out of them. 7 00:00:23,696 --> 00:00:26,220 The following tech step is also a handy recap and 8 00:00:26,220 --> 00:00:28,630 reference you can use as you move forward with this course.