Commit 682dab8d by BellCodeEditor

save project

parent 57d9fce7
Showing with 7 additions and 3 deletions
import turtle
# pen=turtle.Pen
# pen.hideturtle()
# pen.write("诺伊/n你好啊!",font=("黑体",13,"normal"))
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen.penup()
pen.goto(-200,0)
pen.hideturtle()
pen.write("诺伊你好啊!",font=("黑体",13,"normal"))
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