Intialize 2D Aray em Python
[[foo for x in xrange(10)] for y in xrange(10)]
Disgusted Dotterel
[[foo for x in xrange(10)] for y in xrange(10)]