1.

1 point10. How many times will the body ofthe following loop be executed?12345n = 0while n > 0 :print('Lather')print('Rinse')print('Dry off!')​

Answer»

Answer:

4 TIMES will the BODY of the FOLLOWING LOOPS



Discussion

No Comment Found