Commit 17cf967a by BellCodeEditor

save project

parent 72262234
Showing with 7 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
screen.bgcolor("blue")
pen=turtle.Pen()
pen.write("诺伊,turtle真好用",font=("Times",30,"normal"))
pen.penup()
pen.goto(-60,-150)
pen.write("艹艹艹艹艹艹艹艹",font=("Times",50,"normal"))
pen.hideturtle()
Pen1=turtle.Pen()
Pen1.pensize(5)
......@@ -13,8 +15,8 @@ Pen1.forward(100)
Pen1.circle(50,180)
Pen1.right(90)
Pen1.circle(50,180)
Pen1.forward(100)
Pen1.forward(90)
pen.hideturtle()
pen1.hideturtle()
turtle.down()
\ 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