2017年9月12日
摘要: a五角星 a b同心圆用循环语句 import turtle for i in range(5): turtle.up() turtle.goto(0,-20*(i+1)) turtle.down() turtle.circle(20*(i+1)) c太阳花 import turtleturtle. 阅读全文
posted @ 2017-09-12 09:49 133陈贝 阅读(163) 评论(0) 推荐(0) 编辑