Question: Can you help me with it by Python please? Thank you. In Class #5 Modify your dice code from HW 14 (or use the code

Can you help me with it by Python please? Thank you.
In Class #5 Modify your dice code from HW 14 (or use the code posted on wamap) to generate two dice faces. The goal in this exercise is to allow the user to click anywhere in the window and leave a white spot. Give the user 7 clicks so that dice total equals seven spots. After all seven spots are drawn on the dice, click once more to exit the program. The instructor will demonstrate the running of this program in class. Do not use exit() or break() to end your program. Your code should specify 7 clicks, and on the 8th click it terminates without error or further user input. Save & Run Load History Show CodeLens 1 from graphics import 2 Activity: 1 ActiveCode (hwinClass5DE) Question in Context Score Me t you self grade are unofficial. Some problems will need to be manually graded, and your instructor may have requirements deadlines are enforced when self grading, but your instructor may penalize you for late work. In Class #5 Modify your dice code from HW 14 (or use the code posted on wamap) to generate two dice faces. The goal in this exercise is to allow the user to click anywhere in the window and leave a white spot. Give the user 7 clicks so that dice total equals seven spots. After all seven spots are drawn on the dice, click once more to exit the program. The instructor will demonstrate the running of this program in class. Do not use exit() or break() to end your program. Your code should specify 7 clicks, and on the 8th click it terminates without error or further user input. Save & Run Load History Show CodeLens 1 from graphics import 2 Activity: 1 ActiveCode (hwinClass5DE) Question in Context Score Me t you self grade are unofficial. Some problems will need to be manually graded, and your instructor may have requirements deadlines are enforced when self grading, but your instructor may penalize you for late work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
