Commit 530f6d08 by BellCodeEditor

save project

parent aba4b70d
Showing with 16 additions and 0 deletions
......@@ -11,4 +11,19 @@ pen1.right(90)
pen1.circle(lovesize,180)
pen1.forward(2*lovesize)
pen1.hideturtle()
turtle.done()
pen=turtle.Pen()
lovesize=int(size)
import turtle
lovesize=int(size)
pen.circle(lovesize)
pen.circle(lovesize,360,3)
pen.circle(lovesize,60)
pen.circle(lovesize,360,3)
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