04 2018 档案

摘要:from turtle import *#import turtle penup() left(90) fd(200) pendown() right(90) fillcolor("red") begin_fill() circle(20,180) circle(35,110) left(50) c 阅读全文
posted @ 2018-04-14 00:17 毒瘾=生活 阅读(121) 评论(0) 推荐(0)
摘要: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 毒瘾=生活 阅读(136) 评论(0) 推荐(0)