Commit 087801fc by BellCodeEditor

save project

parent 2ff6f6b0
Showing with 21 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
# import turtle
# pen=turtle.Pen()
# pen.write("bfklbgbfslkjdbkg\n",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
import turtle import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen.penup()
pen.goto(0,-140)
pen.write("bfklbgbfslkjdbkg\n",font=("Times",30,"normal"))
pen.hideturtle()
pen1= turtle.Pen() pen1= turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(30) pen1.pensize(30)
...@@ -19,3 +22,16 @@ turtle.done() ...@@ -19,3 +22,16 @@ turtle.done()
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