Commit 312b8d6e by BellCodeEditor

auto save

parent fc17eebf
Showing with 15 additions and 0 deletions
import turtle
a=turtle.Pen()
a.fillcolor("red")
a.begin_fill()
a.left(135)
a.forward(200)
a.circle(100,180)
a.left(90)
a.forward(200)
a.left(135)
turtle.done()
......
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