Commit 334735cf by BellCodeEditor

save project

parent f0f19d60
Showing with 18 additions and 4 deletions
# import turtle
# pen=Pen.turtle()
# pen.write("1+1+/n8+9/n+234567/n+88989889/n"font=("time",50,"hormah"))
# turtle.done()
import turtle import turtle
pen=Pen.turtle() pen1=turtle.Pen()
pen.write("1+1+/n8+9/n+234567/n+88989889/n"font=("time",50,"hormah")) pen1.left(45)
turtle.dane() pen1.forward(100)
\ No newline at end of file pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
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