Saved Bookmarks
| 1. |
1 point 10. How many times will the body ofthe following loop be executed?12345n = 0while n > 0 :print('Lather')print('Rinse')print('Dry off!') |
| Answer» ONG>Answer: | |