Commit 30e144f0 by BellCodeEditor

save project

parent eb756c5a
Showing with 9 additions and 5 deletions
......@@ -2,14 +2,17 @@
import turtle
pen = turtle.Pen()
pen1 = turtle.Pen()
screen=turtle.Screen()
screen.bgcolor('pink')
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
TT=98
pen1.forward(TT*2)
pen1.circle(TT,180)
pen1.left(-90)
pen1.circle(50,180)
pen.penup
pen1.circle(TT,180)
pen.penup()
pen.goto(100,0)
pen.write("!!!",font=('Times',30,'normal'))
pen1.forward(100)
pen1.forward(TT*2)
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