31 March 2020
Python 101 - Lists
We’ve been using a value to assign to a variable. What if we have more values than variables? Say, a variable ‘breakfast’ could be ‘eggs’ but also be ‘ham’? Well, it’s time lists come into play.