Commit f93d3235 by BellCodeEditor

save project

parent 716cdfae
Showing with 15 additions and 1 deletions
import turtle
import turtle
......@@ -2,3 +2,16 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("bule")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("回家看了",fout=("Time",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(50)
pen1.circle(25,180)
pen1.right(90)
pen1.circle(25,180)
pen1.forward(50)
pen1.hideturtle()
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