python declare a list of lists code example
Example 1: how to make lists in python
listName = [whatever,whatever,etc.]
Example 2: how to make lists in python
blah = [uchoose,etc.]
listName = [whatever,whatever,etc.]
blah = [uchoose,etc.]