摘要:
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) ... 閱讀全文
posted @ 2018-05-09 20:34
李紫柔
閱讀(563)
評論(0)
推薦(0)
浙公網安備 33010602011771號