Commit 038eb844 by BellCodeEditor

save project

parent 08666644
Showing with 4 additions and 4 deletions
import turtle import turtle
pen=turtle.pen() pen=turtle.Pen()
shape(turtie) pen.shape("turtle")
pen.forward(10) pen.forward(100)
pen.right(10)
turtle.done() 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