IS LIST IN A LIST PYTHON code example
Example: creating a list in python
myList = [value,value,value] #note that you can use any amount of value
#you don not have to use value
myList = [value,value,value] #note that you can use any amount of value
#you don not have to use value