[RWET]HW4 Python functions

Functions and modules are a bit complicated than expected.  Going through the class video I realized I missed some details in Allison’s lecture. While it already took some time to understand some of the concepts, I tried to recreate my own version.  I built a few practice runs based on some examples from previous weeks, this is one of them:

run1

and here is a code run in class with a different source text.

Screen Shot 2016-04-08 at 9.36.26 AM

assignment4

I learned that functions and modules can be inlined with each other, and the design can be complicated.

Leave a Reply