Commit 803b03d8 by BellCodeEditor

save project

parent 654bc3ba
Showing with 18 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(-100,0)
Pen.write("kk",font=("Times",10,"normal"))
Pen=turtle.Pen()
Pen.left(45)
Pen.forward(100)
Pen.circle(50,180)
Pen.right(90)
Pen.circle(50,180)
Pen.forward(100)
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