Commit 63f95abe by BellCodeEditor

save project

parent fa112e51
Showing with 3 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
g=turtle.Screen()
g.bgcolor("blue")
w=turtle.Pen() w=turtle.Pen()
w.penup() w.penup()
w.goto(100,-100) w.goto(100,-100)
...@@ -8,7 +9,7 @@ w.write("Hi,I'm Wu Kong.\nHow are you?\n我已经收到你的贺卡了\n非常 ...@@ -8,7 +9,7 @@ w.write("Hi,I'm Wu Kong.\nHow are you?\n我已经收到你的贺卡了\n非常
w.hideturtle() w.hideturtle()
j=turtle.Pen() j=turtle.Pen()
j.pencolor("red") j.pencolor("pink")
j.pensize(9) j.pensize(9)
j.left(45) j.left(45)
j.forward(100) j.forward(100)
......
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