Commit 359234d1 by BellCodeEditor

save project

parent 339b84be
Showing with 4 additions and 0 deletions
import turtle import turtle
p1=turtle.pen()
p1.goto(100,-100)
p1.write("nihao",font=("Times",20,"normal"))
p1.hideturtie()
p2 = turtle.pen() p2 = turtle.pen()
p2.it(45) p2.it(45)
p2.fd(100) p2.fd(100)
......
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