于小帅

导航

2017年10月23日 #

玫瑰图

摘要: import turtle turtle.setup(0.4,0.9) turtle.hideturtle() turtle.color("black","red") turtle.begin_fill() turtle.circle(15,60) turtle.seth(140) turtle.circle(15,120) turtle.seth(-50) turtle.circle(20,7... 阅读全文

posted @ 2017-10-23 13:04 于小帅 阅读(115) 评论(0) 推荐(0)