ENGR 103 — Introduction to Python for Living Systems
Dr. Cheng Li | Oregon State University | Mon & Fri 9:00–9:50 AM
Reading: Ch 5.1–5.3Python's sequence types — tuples and lists — are the most commonly used data structures. This week we master both: tuples for fixed records (like sensor readings at a moment in time), and lists for growing, changing collections of data.
By the end of this week, you will be able to:
docs.python.org