Commit 8747d669 by BellCodeEditor

save project

parent 51e711f0
Showing with 7 additions and 4 deletions
import turtle
#Pen=turtle.Pen()
#Pen.write("诺依,\nturtle真好用,\n我会再画布上打字啦!",font=("Time",30,"normal"))
#Pen.hideturtle()
#turtle.done()
screen=turtle.Screen()
screen.bgcolor("light blue")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(-100,0)
Pen.write("诺依,\nturtle真好用,\n我会再画布上打字啦!",font=("Time",30,"normal"))
Pen.hideturtle()
Pen1=turtle.Pen()
Pen1.pensize(5)
Pen1.color("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