Computer Science, asked by ry0291345, 3 months ago

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 thenmozhik1912
0

ejdbisbs m.pranav Krishna

Similar questions