Week 6 - Home Practice Problems

Complete all practice problems Functions from Handouts 4.

Start by completing problems 1- 7 from Handout 4
Then, before the next week's class, complete the rest of the problems.


   Week 6 - In Class Examples and solutions to practice problems

Examples from class

simpleSlicing.py demo slicing to separate components of a course id; - problem 1 from Handout 4
letterCodes.py - demo ord() and chr() accumulating a string of all letters
password.py start of problems 4 from Handout 4, incomplete

More in-class work

checkStrContent.py problems 6 from Handout 4
punctuation.py problems 7 from Handout 4

String Searching

stringSearch.py demo searching in case-insensitive way
stringSearchWholeWords.py demo searching in case-insensitive way