Week 7 - Required Home Practice Problems

Complete all practice problems from Handout 5

These problems should be completed before you start working on your graded homework assignment. These can be done in collaboration with classmates, though each of you should create your own solution from scratch in a separate file. These practice problems are graded for effort.


   Week 7 - In Class Examples and solutions to practice problems

More on Strings

demoSplit.py demo string method split() (see end of Handout 4)
feetAndInches.py - unfinished solution to problem 9 from Handout 4

Examples from class demonstrating various featuers of Python functions

simpleFnDemo.py - no params, no return value
simpleFnDemo1.py - one param, no return value
simpleFnDemo2.py - one param and a return value

Practice problems

practice1.py - one param and a return value
practice2.py - one param and a return value
problem5-4.py - one param and a return value