You are viewing a single comment's thread. Return to all 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.
Seems like cookies are disabled on this browser, please enable them to open this website
Transpose and Flatten
You are viewing a single comment's thread. Return to all 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.