write the python program to find the average of 5 numbers
Answers
Answered by
7
Answer:
a = int(input ('Enter a'))
b = int(input ('Enter b'))
c = int(input ('Enter c'))
d = int(input ('Enter d'))
e = int(input ('Enter e'))
avg = a+b+c+d+e/5
print ('average =', avg)
THANK U ❣️
PLEASE FOLLOW AND MARK THIS ANSWER AS BRAINLIEST ❤️
Similar questions