Difference between revisions of "Python Functions Assignment"

From WLCS
(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...")
(No difference)

Revision as of 09:47, 3 May 2012

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: