IT 116: Introduction to Scripting
Class 23

Review


New Material


Microphone

Questions

Are there any questions before I begin?

Quiz 8

The answers to Quiz 8 are posted here.

Let's take a look.

Solution to Homework 9

I have posted a solution to homework 9 here.

Let's take a look.

Homework 10

I have posted homework 110 here.

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

This is the last homework assignment.

Review

Sequences

Lists

The list Function

Using a for Loop with Lists

Empty Lists

The len Function

Attendance

New Material

Operators That Work on Objects

Concatenating Lists

The Repetition Operator

Indexing

Changing Elements Using Indexes

Using range with Indexes

When to Use Indexes

Slices

Leaving Out Indexes in a Slice

Skipping Elements in a Slice

The in Operator

List Methods

The append Method

The pop Method

The index Method

The insert Method

The remove Method

The sort Method

The reverse Method

The del Statement

The min and max Functions

Fairness

Class Exercise

Class Quiz