ENGR 103 — Introduction to Python for Living Systems
Dr. Cheng Li | Oregon State University | Mon & Fri 9:00–9:50 AM
Reading: Ch 4.3–4.6This week we go deeper into Python functions: understanding how variables are scoped, how function calls create execution environments, and how functions can be treated as data — passed as arguments and returned from other functions.
By the end of this week, you will be able to:
docs.python.org