>>> rows = 3
>>> cols = 4
>>> height = 2
>>> x = [[[0 for k in range(height)] for j in range(cols)] for i in range(rows)]