Commit dcb8f242 by BellCodeEditor

auto save

parent 7bf90433
Showing with 6 additions and 4 deletions
import turtle import turtle
# x=turtle.Pen()
# x.write("Gill")
# x.hideturtle()
# x.turtle.done()
xx=turtle.Pen() xx=turtle.Pen()
xx.penup() xx.penup()
xx.goto(0,-100) xx.goto(0,-100)
...@@ -18,4 +14,10 @@ xx.right(90) ...@@ -18,4 +14,10 @@ xx.right(90)
xx.circle(100,180) xx.circle(100,180)
xx.forward(200) xx.forward(200)
xx.end_fill() xx.end_fill()
xx.penup()
xx.forward(20)
xx.Pendown()
xx.penwrite("Gill")
xxx.screen.Pen()
turtle.done() turtle.done()
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