Untitled

Anonymous
plain_text
10/20/2023 5:58 PM
164 B
28
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...