Commit 8f342234 by BellCodeEditor

auto save

parent 9e7d3f39
Showing with 10 additions and 5 deletions
pen1=tuple.pen()
pen1.left(45)
import turtle
pen=turtle.pen()
pen.write()
pen.hideturtrlet()
turtle.done
\ No newline at end of file
pen1 forward(100)
pen1 circle(50,180)
pen 1 right(90)
pen1.circle(50,180)
pen1 forward(100)
pen1 hideturtle()
tuple.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