Question - By using from graphics import* (you will find the program here:
-The radius of the circle should be 10 and before flashing the circle there should be 0.5 second pause with a completely empty screen.
-In the first round, the circle should stay visible for 1 second and each subsequent round the visible time should be 25% shorter than the previous round
-After the user clicks you should redraw the circle and an x to mark where the user clicked.
I was hoping someone can describe on a high level as to how this happens.