IT 116: Introduction to Scripting
Class 23

Review


New Material

Graded Quiz 9

You can connect to Gradescope to take weekly graded quiz today during the last 15 minutes of the class.

Once you start the quiz you have 15 minutes to finish it.

No Graded Quiz Next Tuesday

Since there only 1 class this week, there will be no graded quiz next Tuesday.

There will be a graded the following Tuesday.

It will cover material in Class Notes 23, 24 and 25.

Solution to Homework 9

I have posted a solution to homework 9 here.

Let's take a look.

Homework 11

I have posted homework 11 here.

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

This is the last homework assignment.

It is not due this coming Sunday.

It is due the following Sunday.

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

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 sort Method

The reverse Method

The del Statement

The min and max Functions

Fairness

Class Exercise

Class Quiz