Python has several ways to gather data and objects together in a container. Two of these are lists and dictionaries. Here we show some simple examples of how to use each of these Python containers.
Check out "Python's Basic Data Types" and "Basic Python Variables" for more information.