Commit 65d7db89 by BellCodeEditor

save project

parent d143e6d6
Showing with 3 additions and 2 deletions
import turtle
import turtle
......@@ -2,12 +2,13 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen1=turtle.Pen()
pen.penup()
pen.goto(100,-200)
pen.write("你好呀!老朋友。\n好久不见呐。\n你那边怎么样?\n过得好吗?\n下次到你家\n找你玩哦!",font=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
len=60
len=75
pen1.pensize(5)
pen1.pencolor("red")
pen1.left(45)
......
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