lannn_l

太阳花

import turtle as t
import time
t.color("red", "yellow")
t.speed(10)
t.begin_fill()
for _ in range(50):
    t.forward(200)
    t.left(170)
end_fill()
time.sleep(1)

 

posted on 2020-09-21 17:07  lannn_l  阅读(52)  评论(0编辑  收藏  举报

导航