Commit 4c7f669c by BellCodeEditor

auto save

parent 04dc4b0c
Showing with 3 additions and 3 deletions
import turtle import turtle
penl=turtle.Pen() penl=turtle.Pen()
penl.fillcolor("blue") penl.fillcolor("red")
penl.begin_fill() penl.begin_fill()
for i in range(36): for i in range(56):
penl.fd(200) penl.fd(200)
penl.rt(170) penl.rt(100)
penl.end_fill() penl.end_fill()
penl.shape("arrow") penl.shape("arrow")
penl.speed() penl.speed()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment