Commit 4d7fcc8d by BellCodeEditor

save project

parent 09e3e11a
Showing with 10 additions and 4 deletions
import turtle
# pen=turtle.Pen()
# pen.write("你好吗?",font=("Times",20,"normal"))
# pen.hideturtle()
# turtle.done()
screen=turtle.screen()
screen.bgcoior("light blue")
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.write("你好吗?",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
import turtle
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