n=int(input())suma=0 for i in range(n): liczba=float(input()) suma+=liczbaprint(suma/n)
7 1 2 3 4 5 6 7
4.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!