filmov
tv
CS3B, Week 1, Python enum

Показать описание
The goal for this week is to extend what we've learned to represent more complex data. Specifically, we'll learn to represent two-dimensional data using nested lists within list. We'll also pick up couple new concepts such as enums that will be useful in our assignment.