What don't we know about lists just yet? Maybe nothing we really need to know at all at this stage. How about this code: a = raw_input("Matrix: ") m = eval(a) print m What does it do? Why is it helpful? More notes to be posted this is just a reminder for when the class starts.