python 書寫 「中國」

#中國 import turtle as t t.setup(1200,900) t.pensize("15") t.pencolor("red") t.speed(3) t.penup() t.goto(-450,0) t.pendown() t.left(90) t.fd(70) t.right(90) t.fd(190) t.right(90) t.fd(70) t.right(135) t
相關文章
相關標籤/搜索