December 2017
Beginner
681 pages
17h 24m
English

Functions are an essential part of program design. You can use functions to break up a large solution into individual components and to create libraries of behaviors that can be used by your programs. Up to this point, our programs have worked with functions provided with Python (the print function, for example). In this chapter, you’ll learn how to create and use functions of your own. You’ll see how to give functions data to work on and how a program can receive results that a function returns. Functions make programs more concise and easier to manage.
Read now
Unlock full access