I want to filter elements from a list of lists, and iterate over the elements of each element using a lambda. For example, given the list:
a = [[1,2,3],[4,5
Use a function instead of a lambda, then myVar = a[0], etc.
myVar = a[0]