Commit 3fe1b76f by BellCodeEditor

save project

parent e250d173
Showing with 8 additions and 8 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen.penup()
pen.goto(100,-100)
pen.write("诺伊,turtle真好用,我会在画布上写字了",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen.penup()
pen.goto(100,-100)
pen.write("诺伊,turtle真好用,我会在画布上写字了",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
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