ABSTRACT

In Chapter 4, you will determine how to create functions, pass values to and return values from the function. In this chapter, commonly used modules and built-in functions are identified. This chapter also includes discussion on different function features like keyword arguments and variable number of arguments. You’ll learn how to use functions to make your code more efficient and flexible.