摘要: from turtle import *#import turtle # 设置初始位置 penup() left(90) fd(200) pendown() right(90) # 花蕊 fillcolor("red") begin_fill() circle(10,180) circle(25,1 阅读全文
posted @ 2018-04-13 12:56 毒瘾=生活 阅读(135) 评论(0) 推荐(0)