Commit 500ac074 by BellCodeEditor

save project

parent 71693a2f
Showing with 8 additions and 7 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("我直接360度\n无死角旋转\n陀螺仪,\n拿着筷子夹着\n水泥塞你嘴里",font=("Times",35,"normal")) screen.bgcolor("pink")
# pen.hideturtle() pen=turtle.Pen()
# turtle.done() Pen.penup
Pen.goto(100,-100)
pen.write("我直接360度\n无死角旋转\n陀螺仪,\n拿着筷子夹着\n水泥塞你嘴里",font=("Times",35,"normal"))
pen.hideturtle()
turtle.done()
SB=turtle.Pen() SB=turtle.Pen()
SB.pensize(9) SB.pensize(9)
SB.pencolor("red") SB.pencolor("red")
...@@ -13,5 +17,3 @@ SB.circle(50,180) ...@@ -13,5 +17,3 @@ SB.circle(50,180)
SB.right(90) SB.right(90)
SB.circle(50,180) SB.circle(50,180)
SB.forward(100) SB.forward(100)
screen=turtle.Screen()
screen.bgcolor("pink")
\ 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