Commit b8a793bb by BellCodeEditor

save project

parent 246f24bd
Showing with 10 additions and 6 deletions
...@@ -2,12 +2,15 @@ import turtle ...@@ -2,12 +2,15 @@ import turtle
sereen=pen.Screen() sereen=pen.Screen()
screen.bgcolor("blue") screen.bgcolor("blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("你好\nSB张浩宇,我叫张钧盈",font=("Times",20,"mormal") pen.write("你好\nSB张浩宇,我叫张钧盈",font=("Times",20,"mormal")
pen.hideturtle() pen.hideturtle()
pen.left(45) pen1=turtle.Pen()
pen.forward(100) pen1.left(45)
pen.circle(50,180) pen1.forward(100)
pen.right(90) pen1.circle(50,180)
pen.circle(50,180) pen1.right(90)
pen.forward(100) pen1.circle(50,180)
pen1.forward(100)
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