Commit 8be048f9 by BellCodeEditor

auto save

parent f2112857
Showing with 2 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
len=60 len=60
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
...@@ -6,7 +6,7 @@ screen.bgcolor("pink") ...@@ -6,7 +6,7 @@ screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.up() pen.up()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("Hi,诺依~",font=("Times",13,"normal")) pen.write("Hi~",font=("Times",13,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
......
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