You are viewing a single comment's thread. Return to all comments →
total = int(input()) colums = input().split() info_ = list(input().split() for i in range(total)) print(sum(list(map(int, list(map(lambda x: x[colums.index("MARKS")], info_)))))/total)
Seems like cookies are disabled on this browser, please enable them to open this website
Collections.namedtuple()
You are viewing a single comment's thread. Return to all comments →