Commit 65f2c62e by BellCodeEditor

save project

parent 0f5ade09
Showing with 13 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.speed(1)
for i in range(4):
pen.up()
pen.forward(50)
pen.down()
pen.forward(100)
pen.up()
pen.forward(50)
pen.right(90)
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