N=int(input())suma=0for i in range(N): x=float(input()) suma=suma + xwynik=suma/Nprint(wynik)
5 2 1 0 1 2
1.2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!