Commit f3cb819a by BellCodeEditor

save project

parent 3482732a
Showing with 16 additions and 0 deletions
import turtle
a=turtle.Pen()
a.color('red')
a.pensize(5)
a.circle(50,360)
a.forward(50)
a.left(90)
a.forward(100)
a.left(90)
a.forward(100)
a.left(90)
a.forward(100)
a.left(90)
a.forward(5 0)
turtle.done()
\ No newline at end of file
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