Commit f394494e by BellCodeEditor

save project

parent 86fd9ade
Showing with 6 additions and 3 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("若以,tur真好用,\n我会在画布 上写字!",font=("Time",20,"normal")) pen.write("若以,tur真好用,\n我会在画布 上写字!",font=("Time",20,"normal"))
pen.hideturtle()
qen=turtle.Pen() qen=turtle.Pen()
qen.pensize(5) qen.pensize(5)
qen.pencolor("red") qen.pencolor("red")
...@@ -13,4 +12,7 @@ qen.circle(50,180) ...@@ -13,4 +12,7 @@ qen.circle(50,180)
qen.right(90) qen.right(90)
qen.circle(50,180) qen.circle(50,180)
qen.forward(100) qen.forward(100)
pen.penup()
pen.goto(-200,-100)
pen.hideturtle()
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