Commit 8b813d7c by BellCodeEditor

save project

parent 4204304d
Showing with 3 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor(yellor) screen.bgcolor("pink")
pen.penup()
pen.goto(100,-100)
pen.write("诺伊,nturtle真好用,\n我会在画布上面写字了!",font=("Time",20,"normal")) pen.write("诺伊,nturtle真好用,\n我会在画布上面写字了!",font=("Time",20,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
......
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