Commit 84a0e196 by BellCodeEditor

save project

parent fed8d096
Showing with 3 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(0,-50)
pen.pendown()
pen.write("诺伊,\nturtle真好用!",font=("Times",30,"normal"))
pen.hideturtle()
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