Commit 8f342234 by BellCodeEditor

auto save

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