Commit 45b319fe by BellCodeEditor

save project

parent e8812e22
Showing with 6 additions and 6 deletions
import turtle import turtle
pen=tutle.Pen() pen=turtle.Pen()
turtle.down()
pen.shape("turtie") pen.shape("turtle")
pen.forword(200) pen.forward(200)
pen.left(90) pen.left(90)
pen.forword(200) pen.forward(200)
\ No newline at end of file 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