Python Functions Assignment

From WLCS
Revision as of 09:47, 3 May 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 == Resourc...")
(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

Resources

Directions

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