IT 116: Introduction to Scripting
Class 7

Today's Topics

Course Requirements


Tips and Examples


Review


New Material

Reading Assignment

You should read Chapter 4, Repetition Structures, from our textbook, Starting Out with Python, before next week's class.

Homework 4

I have posted homework 4 here.

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

Course Requirements

Collecting and Testing Assignments

Notifying You About Missing Work

Late Work

Tips and Examples

What You Need to Remember

Review

Whitespace Characters

Escape Characters

Concatenation Operator

Concatenating Strings with Numbers

New Material

Control Structures

if Statements

Boolean Expression

Relational Operators

Precedence of Relational Operators

if-else Statements

Indentation in the if-else Statement

Comparing Strings

Nested if Statements

Testing a Series of Conditions

if-elif-else Statements

Attendance

Graded Quiz