module NotatieLijsten

Start = f1

l1    = []
l2    = [1000:[]]
l3    = [[]]
l4    = [[]:[]]
l5    = ['a':['b':['c':['d':['e':[]]]]]]
l6    = [[1],[],[2,3]:[[4,5,6]]]
l7    = [[[1,2],[3,4]],[],[[],[],[5,6]]]