作业新的星星

import turtle

while True:
    turtle.color("pink")
    turtle.bgcolor('red')
    turtle.forward(100)
    turtle.right(132)
    if abs(turtle.pos())<1:
        break


turtle.done()

posted @ 2018-05-14 15:46  粉红猪  阅读(79)  评论(0编辑  收藏  举报