Commit 498d8d19 by BellCodeEditor

save project

parent 8ba5929b
Showing with 5 additions and 2 deletions
...@@ -4,14 +4,16 @@ screen.bgcolor("light blue") ...@@ -4,14 +4,16 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.color("red") pen.color("red")
pen.left(45) pen.left(45)
pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.hideturtle() pen.hideturtle()
pen.pencolor() pen.pencolor()
pen.penup()
pen.goto(25,-5)
pen.write("mnxfdkmfrklgteijmgrjih",font=("Times",30,"normal")) pen.write("mnxfdkmfrklgteijmgrjih",font=("Times",30,"normal"))
turtle.done() 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