Transpose and Flatten

  • + 2 comments

    narr = numpy.array([raw_input().split() for _ in xrange(int(raw_input().split()[0]))],int)

    Can you please explain this line? I am a beginner and having trouble understanding this.