Commit 02361cf0 by BellCodeEditor

save project

parent 1ac8c813
Showing with 7 additions and 2 deletions
import turtle import turtle
# i=turtle.Pen() a=turtle.Screen()
# i.write("诺依,\n我会用python给你回信了!",font=("times",20,"normal")) a.bgcolor("lightskyblue")
i=turtle.Pen()
i.penup()
i.goto(20,150)
i.write("诺依,\n我会用python给你回信了!",font=("times",20,"normal"))
i.hideturtle()
o=turtle.Pen() o=turtle.Pen()
o.left(45) o.left(45)
o.pencolor("red") o.pencolor("red")
......
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