You are viewing a single comment's thread. Return to all comments →
Fast :
import sys, numpy entry = sys.stdin.read().splitlines()[1:] array = numpy.array([[int(tandem[0]), int(tandem[2])] for tandem in entry]) print(array)
Seems like cookies are disabled on this browser, please enable them to open this website
Concatenate
You are viewing a single comment's thread. Return to all comments →
Fast :