Commit cebf6771 by BellCodeEditor

save project

parent a3382691
Showing with 7 additions and 3 deletions
import turtle import turtle
pen=turtle.Pen() screen=turtle.Screen()
pen.write("诺依,\n我会用turtle,\n写字了",font=("Times",30,"normal")) screen.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("诺依,\n我会用turtle,\n写字了。",font=("Times",30,"normal"))
pen.hideturtle()
pen11=turtle.Pen() pen11=turtle.Pen()
pen11.pensize(10) pen11.pensize(10)
pen11.pencolor("red") pen11.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