Commit 4851c8a2 by BellCodeEditor

auto save

parent 9c33290f
Showing with 8 additions and 18 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Pen
pen.goto(0,-100)
pen.pencolor()
screen=turtle.Pen()
screen.bgcolor("light blue")
len=60
left(45)
pen.forward(len*2)
pen.circle(len,180)
left(-45)
pen.forward(len*2)
pen.circle(len,180)
#while True:
pen.write("sb智障吧~~~\666",font=("times",20,"normal)
turtle.done()
pen = turtle.Pen()
pen.right(360)
pen.circle(50,360)
pen.forward(200)
pen.right(360)
pen.circle(100,360)
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