Commit 8747d669 by BellCodeEditor

save project

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