Commit 5c18e329 by BellCodeEditor

save project

parent 8f9a0eb0
Showing with 15 additions and 1 deletions
import turtle
# pen=turtle.pen()
# pen.write("yy/nyyyyyy/nyyyyy",font=("Times",30,"normal"))
#pen.hideturtle()
p=turtle.Pen()
p.pencolor("red")
p.pensize(5)
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.hideturtle()
turtle.done()
......
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