Advanced Python Function Exercises

From WLCS
Revision as of 15:36, 17 December 2012 by Admin (talk | contribs) (Created page with "== 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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: