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. |
More on StringsdemoSplit.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 functionssimpleFnDemo.py - no params, no return valuesimpleFnDemo1.py - one param, no return value simpleFnDemo2.py - one param and a return value Practice problemspractice1.py - one param and a return valuepractice2.py - one param and a return value problem5-4.py - one param and a return value |