Commit 4d7fcc8d by BellCodeEditor

save project

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