IT 116: Introduction to Scripting
Class 11

Today's Topics

Review


New Material

Homework 6

I have posted homework 6 here.

Review

for Loops

The range Function

Setting the First and Last Values with range

Setting the Increment with range

Reversing the range Values

Why Does Python Have the range function?

Nested Loops

New Material

Calculation a Running Total

Augmented Assignment Operators

Calculating Averages

Sentinels

Functions

Using Functions in Writing Programs

Two Types of Functions

Function Names

Defining a Function

Calling a Function

Layout Rules for Functions

Functions in Scripts

Formatting Functions for This Course