Commit 7fc1b56d by BellCodeEditor

auto save

parent bb7a0774
Showing with 5 additions and 5 deletions
import turtle
# pen=turtle.Pen()
# pen.write("嗨,"font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
# import turtle
pen=turtle.Pen()
pen.write("嗨,"font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
import turtle
pen1=turtle.Pen()
pen1.color("red")
pen1.left(45)
......
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