2018年5月7日

for循环:用turtle画一颗五角星

摘要: import turtle turtle.penup() turtle.left(90) turtle.fd(200) turtle.pendown() turtle.right(90) turtle.fillcolor("red") turtle.begin_fill() turtle.circle(10, 180) turtle.circle(25, 110) turtle.left(... 阅读全文

posted @ 2018-05-07 16:47 LiaoJingyi 阅读(182) 评论(0) 推荐(0)

导航