Commit f63b1b56 by BellCodeEditor

save project

parent 17c2473e
Showing with 7 additions and 2 deletions
impot turtle import turtle
pen=tuple.pen pen=turtle.Pen()
pen.shape("turtle")
pen.forward(120)
pen.left(60)
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