学习了,好用
程序代码:from turtle import * from random import * penup() x = randint(-100,360) y = randint(-100,360) goto(x,y) pendown()
2021-09-08 16:42
程序代码:from turtle import * from random import * penup() x = randint(-100,360) y = randint(-100,360) goto(x,y) pendown()
2022-01-19 14:08