Commit 15102820 by BellCodeEditor

save project

parent 2e7a0b89
Showing with 4 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
s=turtle.Screen()
s.bgcolor("light pink")
......@@ -6,11 +6,11 @@ s.bgcolor("light pink")
pen = turtle.Pen()
pen.hideturtle()
pen.penup()
pen.goto(100,-100)
pen.write("Thank you!",font=("Consolas",30,"normal"))
pen.goto(80,-100)
pen.write("l love you!",font=("Consolas",30,"normal"))
penA = turtle.Pen()
penA.pensize(9)
penA.pensize(50)
penA.penup()
penA.goto(0,-50)
penA.pendown()
......
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