Rewrite the following code using for loop
while num>0:
count += 1
sum += num
num -= 2
if count ==10:
print(sum/float(count))
break
Answers
Answered by
0
ejdbisbs m.pranav Krishna
Similar questions