Commit 750cbcc1 by BellCodeEditor

save project

parent cbf7b1b6
Showing with 7 additions and 3 deletions
import turtle
# Pen=turtle.Pen()
# Pen.write("诺依,turtle真好用,\n我会在\n画布上写字啦。",font=("Times",30,"normal"))
# turtle.done()
screen=turtle.Screen()
screen.bgcolor("light blue")
Pen=turtle.Pen
Pen.penup()
Pen=turtle.Pen()
Pen.write("诺依,turtle真好用,\n我会在\n画布上写字啦。",font=("Times",30,"normal"))
turtle.done()
Pen1=turtle.Pen()
Pen1.pensize(5)
Pen1.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