Commit 3bd6c53a by BellCodeEditor

save project

parent c816b9b8
Showing with 15 additions and 0 deletions
import turtle
p = turtle.Pen()
p.write("isks,\ngsjsb\n"font=("宋体",20,"normal"))
p.hideturtle()
turtle.done()
import turtle
P2 =turtle.Pen()
p2.it(45)
P2.fd(100)
p2.circle(50,180)
p2.rt(90)
p2.circle(50,180)
p2.fd(100)
turtle.done()
\ No newline at end of file
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