Difference between revisions of "Advanced Python Function Exercises"
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 * You will ...") |
(No difference)
|
Latest revision as of 14:36, 17 December 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
- You will integrate loops and conditions into your functions
Resources
Directions
Create a file name "advancedFunctionsPractice.py". In your file, complete the following exercises: