Commit 522263d5 by BellCodeEditor

save project

parent 7431ad2c
Showing with 1 additions and 10 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.forward(200)
pen.left(90)
pen.forward(200)
pen.left(135)
pen.forward(280)
turtle.done()
\ No newline at end of file
inport turtle
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