Python data = numpy.zeros( (4,6,2), dtype=float) ; print(data.shape ...

Python data = numpy.zeros( (4,6,2), dtype=float) ; print(data.shape ...