We are going to learn:
while
loops.break
and continue
.Download the Medialib ex8 files from the gallery and complete the program in ex8.py.
Modify the dice game created in exercise 5 to use a while
loop so that the game continues until there is a tie:
mouse_left_click()
.
clear()
to clear the window before a new round.