Defining Functions

Defining Functions#

Learning Objectives#

After working through this topic, you should be able to:

  • Define your own Python functions

  • Call python functions with positional and keyword arguments

  • Set default values for arguments

Materials#

Here is the screencast and these are the slides.

Quiz#