Commit 0bb1fae0 by BellCodeEditor

save project

parent 79679883
Showing with 6 additions and 4 deletions
import turtle
# pen=turtle.Pen()
# pen.write("我\n嫩\n碟",font=("Times",20,"normal"))
# Pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
penup()
goto(100,-100)
pen.write("我\n\n碟",font=("Times",15,"normal"))
Pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(11)
......
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