how to automatically create lists in python code example
Example 1: how to make lists in python
list = [integers seperated by commas]
Example 2: how to make lists in python
blah = [uchoose,etc.]
list = [integers seperated by commas]
blah = [uchoose,etc.]