学习了,好用

from turtle import * from random import * penup() x = randint(-100,360) y = randint(-100,360) goto(x,y) pendown()
from turtle import * from random import * penup() x = randint(-100,360) y = randint(-100,360) goto(x,y) pendown()