Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

while python

i=1
total=0
while i<=5 :
    num = int(input("Pls enter number </> :"))
    total=total+num
    i+=1
ave=total/5
print (ave)
Source by www.bitdegree.org #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
8+5 =