摘要: from turtle import *from random import randrange#导入海龟绘图函数 def xiaopingguo(x,y,cishu,yanse):#自己制作小苹果,XY是位置,cishu=大小,yanse=颜色 up() #向上画画 goto(x,y) #走到坐标 阅读全文
posted @ 2021-07-27 19:38 今生丶缘 阅读(72) 评论(0) 推荐(0)