Commit f0008c20 by BellCodeEditor

auto save

parent d039151f
Showing with 12 additions and 3 deletions
import turtle
turtle.penup()
turtle.goto(-200,80)
turtle.pendown()
turtle.penup()
for i in range(4):
pen.forward(200)
pen.left(90)
turtle.done()
import turtle
pen=turtle.Pen()
for i in range(5):
for i in range(4):
pen.forward(200)
pen.right(144)
pen.left(90)
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