摘要: 画五角星 import turtle turtle.shape("turtle") turtle.color("yellow") turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.begin_fill() for i in range(5): turtle.forward(100) turtle.right(144)... 阅读全文
posted @ 2017-09-13 18:03 091王卡 阅读(143) 评论(0) 推荐(0)