Commit a251d88e by BellCodeEditor

save project

parent 3ce31792
Showing with 21 additions and 0 deletions
# import turtle
# a=2
# pen=turtle.Pen()
# pen.speed(0)
# aa=("skyblue","cyan","blue","purple")
# for i in range (40000):
# pen.forward(a)
# pen.right(91)
# a+=2
# pen.color(aa[i%4])
# turtle.done()
import turtle
pen=turtle.Pen()
pen.goto(0,-250)
pen.circle(260)
pen.penup()
pen.goto(0,0)
pen.pendown()
pen.right(190)
pen.forward(150)
pen.hideturtle()
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