Commit 8cb0d10a by BellCodeEditor

auto save

parent 654bc3ba
Showing with 20 additions and 0 deletions
import turtle
a=turtle.Pen()
a.penup()
a.goto(-100,100)
a.pendown()
for i in range(4):
a.forward(200)
a.right(90)
a.penup()
a.home()
a.dot(30,"red")
a.penup()
a.goto(-50,0)
a.dot(30,"red")
a.penup()
a.goto(50,0)
a.dot(30,"red")
a.hideturtle()
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