Strings & Lists, Working with the Web and an …

+

Strings & Lists,Working with the Web and an Introduction to File Input & Output

Introduction to Programming - Python

+ Agenda

n Day 17 Notes Posted n Gaddis ? Chapters 6 & 8 n Assignment #8 ? Due Thursday n Lists Review: Nested Lists n Strings & Lists n External Data n File I/O n Exception Handling n Tracking the ISS n Magic 8-Ball Game (discussion only)

+

Nested Lists

+ Word Search

Find words using bracket notation

board = [['d', 'o', 'g' ], ['t', 'a', 'c' ], ['o', 'a', 't' ], ['u', 'r', 'k' ]]

# what indices give ['d', 'o', 'g' ]?

# what indices give ['o', 'a', 't' ]?

# what indices give ['c', 'a', 't']?

+

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download