> Lists are one-dimensional. They can only take one slice, not two. Ah ok, I thought
l[3:4,5:8] would return [3,5,6,7] -- http://mail.python.org/mailman/listinfo/python-list
> Lists are one-dimensional. They can only take one slice, not two. Ah ok, I thought
l[3:4,5:8] would return [3,5,6,7] -- http://mail.python.org/mailman/listinfo/python-list