l=list(map(int,input().split()))
c=[]
for i in range(len(l)):
if l[i]>=b:
c.append(l[i])
s=0
co=0
for i in range(len(c)):
s+=c[i]
co=co+1
print(format(s/co,'.2f'))
l=list(map(int,input().split()))
c=[]
for i in range(len(l)):
if l[i]>=b:
c.append(l[i])
s=0
co=0
for i in range(len(c)):
s+=c[i]
co=co+1
print(format(s/co,'.2f'))
Hi friends....
In this blog I'm going to give answer for daily test skillrack program, daily challenges and kick start programs and give some coding techniques.
It'll be helpful for u sure and make it usefull
Learn More →
0 Comments