Commit 471b8360 by BellCodeEditor

save project

parent 5fb31932
Showing with 15 additions and 6 deletions
from turtle import * from turtle import *
from turtle import * from turtle import *
speed(10) speed(10)
pensize(5) pensize(10)
color('black') color('black')
setheading(-45) setheading(-45)
forward(15) forward(30)
penup() penup()
goto(-1,-18) goto(-1,-33)
setheading(0) setheading(0)
pendown() pendown()
forward(25) forward(50)
right(90) right(90)
forward(15) forward(30)
right(90)
forward(50)
penup()
goto(-1,-33)
setheading(-90)
pendown()
forward(60)
circle(50,5)
done() 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