This website requires JavaScript.
Explore
Help
Register
Sign In
liutianshuo
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
python
/
2024-10-26-1.py
6 lines
84 B
Python
Raw
Permalink
Blame
History
n
=
int
(
input
(
)
)
sum
=
0
for
i
in
range
(
n
)
:
sum
+
=
int
(
input
(
)
)
print
(
'
%.2f
'
%
(
sum
/
n
)
)
Reference in New Issue
View Git Blame
Copy Permalink