IT 116: Introduction to Scripting
Class 10

Review


New Material


Studying


Microphone

Homework 5

I have posted homework 5 here.

It is due this coming Sunday at 11:59 PM.

Quiz 3

I have posted the answers to Quiz 3 here.

Questions

Are there any questions before I begin?

Review

Loops

while Loops

Infinite Loops

Data Validation

Data Validation Loops

Compound Statements

Attendance

New Material

The for Loop in Python

for Loops in Other Languages

for Loops

The range Function

Setting the First and Last Values with range

Changing the Increment with range

Reversing the range Values

Why Does Python Have the range function?

for Loops that Don't Use the Loop Value

Nested Loops

Totaling Numbers with a for Loop

Finding the Average with a for Loop

Only Two Loops in Python

Studying

Class Exercise

Class Quiz