Commit 9baf6688 by BellCodeEditor

save project

parent 1b4f4c1e
Showing with 6 additions and 6 deletions
import turtle import turtle
pen = turtle.pen pen = turtle.Pen()
pen.shape("turtle") pen.shape("turtle")
pen.forword(50) pen.forward(50)
pen.right(120) pen.right(120)
pen.forword(50) pen.forward(50)
pen.right(120) pen.right(120)
pen.forword(50) pen.forward(50)
pen.right(120) pen.right(120)
turtlr.done turtle.done()
\ No newline at end of file \ 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