zipped hackerrank solution

Solutions on MaxInterview for zipped hackerrank solution by the best coders in the world

showing results for - "zipped hackerrank solution"
Noemi
19 May 2020
1[print(sum(i) / len(i) ) for i in zip( *[map(float, input().split()) for _ in range(int(input().split()[1])) ] ) ]
2