06 2021 档案

摘要:from turtle import * from random import * def moveto(x, y): penup() goto(x, y) pendown() def square(x, y, z = [0, 0, 0]): seth(-90) color(z) begin_fil 阅读全文
posted @ 2021-06-17 20:27 #三三 阅读(63) 评论(0) 推荐(0)