Advanced Python Function Exercises

From WLCS

Objectives

  • You will learn to define functions
  • You will learn to call functions with input parameters
  • You will learn to test the data returned by functions
  • You will integrate loops and conditions into your functions

Resources

Directions

Create a file name "advancedFunctionsPractice.py". In your file, complete the following exercises: