Commit 1f2ab631 by BellCodeEditor

save project

parent 0c94a351
Showing with 8 additions and 0 deletions
...@@ -21,6 +21,14 @@ pen.circle(len,180) ...@@ -21,6 +21,14 @@ pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
turtle.done 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=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(120) pen1.pensize(120)
......
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