Introductory Programming Fall 2004 For next time you should: 1) Read Chapter 4 of "How to think..." 2) look over my Homework 3 solutions 3) Start Homework 4 Evaluation 2 solution: def ell(t, len1, len2): fd(t, len1) lt(t) fd(t, len2) def rectangle(t, width, height): ell(t, width, height) lt(t) ell(t, width, height) Stack diagram: How do we draw the stack when there are two (or more) function calls in the same function? Class today: 1) Printer configuration 2) a2ps 3) finish Homework 3 4) start Homework 4