Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
122 B
2
Indexable
Never
a = float(input())
b = float(input())
c = float(input())
d = float(input())
e = float(input())
print(float((a+b+c+d+e))/5)