Commit 3dc04c84 by BellCodeEditor

save project

parent b0e69b5c
Showing with 11 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.shape("turtle")
for i in range(2):
pen.forward(100)
pen.right(120)
pen.right(-10)
pen.forward(100)
pen.left(-130)
pen.forward(100)
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