Commit 3bdf9e8b by BellCodeEditor

save project

parent d2acc61a
Showing with 7 additions and 3 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("你好啊",font=["Times",20,"normal"]) screen.color("light bule")
# pen.hideturtle() pen=turtle.Pen()
pen.penup()
pen.goto(-100,100)
pen.write("你好啊",font=["Times",20,"normal"])
pen.hideturtle()
pan1=turtle.Pen() pan1=turtle.Pen()
pan1.color("red") pan1.color("red")
pan1.pensize(10) pan1.pensize(10)
......
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