学习了,好用
程序代码:
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()