randomly positioned circle clicking game
问题 So I'm still very new to python and trying to learn through making small projects. The game I'm making is meant to test your mouse accuracy by creating a bunch of random circles which the player is meant to click in a given amount of time. At the end of the game, it should tell the player their score, and how many misclicks they had. I've been using turtle to try and do this, but I'm stuck: import turtle import random t = turtle.Pen() win = turtle.Screen() win.bgcolor("lightgreen") win.title(