This code implements a very basic simulation of a disease spreading through a population of individuals. There are no interesting animations -- the point is to show how to do a basic simulation across multiple time steps and how to use lists. The example is similar to the disease simulation code presented in the textbook Great Ideas in Computer Science.