Commit 1f2ab631 by BellCodeEditor

save project

parent 0c94a351
Showing with 9 additions and 2 deletions
......@@ -21,6 +21,14 @@ pen.circle(len,180)
pen.forward(2*len)
turtle.done
import turtle
screen=turtle.Screen()
screen.screencolor("blue")
pen=turtle.Pen()
pen.penup()
goto(-100,100)
pen.write("lz\壮壮",fout=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(120)
......@@ -29,4 +37,4 @@ pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
\ No newline at end of file
pen1.forward(100)
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