You need to sign in or sign up before continuing.
Commit a8373b51 by BellCodeEditor

save project

parent 654bc3ba
Showing with 16 additions and 0 deletions
import turtle
p1 = turtle.Pen()
p1.penup()
p1.goto(100,-100)
p1.write("isks,\ngsjsb\n"font=("宋体",20,"normal"))
p1.hideturtle()
turtle.done()
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