Commit 939d0084 by BellCodeEditor

auto save

parent 1bad0edb
Showing with 33 additions and 2 deletions
import turtle
pen = turtle.Pen()
pen.up()
pen.goto(-300,-200)
pen.down()
pen.pencolor("red")
pen.pensize(20)
pen.seth(90)
pen.circle(-300,180)
pen.up()
pen.goto(-320,-200)
pen.down()
pen.pencolor("orange")
pen.pensize(20)
pen.seth(90)
pen.circle(-320,180)
pen.up()
pen.goto(-340,-200)
pen.down()
pen.pencolor("yellow")
pen.pensize(20)
pen.seth(90)
pen.circle(-340,180)
turtle.done()
\ No newline at end of file
......@@ -2,13 +2,13 @@
import turtle
pen=turtle.Pen()
pen.speed(0)
screen=turtle.Screen()
pen.speed()
pen.hideturtle()
screen.bgcolor('black')
i=0
while i<135:
while i<180:
pen.pencolor('pink')
pen.penup()
pen.goto(0,0)
......
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