You are viewing a single comment's thread. Return to all comments →
N,X = map(int, input().split()) [print(sum(z)/X) for z in zip(*[list(map(float,input().split())) for i in range(X)])]
Seems like cookies are disabled on this browser, please enable them to open this website
Zipped!
You are viewing a single comment's thread. Return to all comments →