1 point
10. How many times will the body of
the following loop be executed?
1
2
3
4
5
n = 0
while n > 0 :
print('Lather')
print('Rinse')
print('Dry off!')
Answers
Answered by
0
Answer:
4 Times will the body of the following loops
Similar questions