Untitled

 avatar
unknown
plain_text
2 years ago
122 B
6
Indexable
a = float(input())
b = float(input())
c = float(input())
d = float(input())
e = float(input())
print(float((a+b+c+d+e))/5)
Editor is loading...