Commit 4851c8a2 by BellCodeEditor

auto save

parent 9c33290f
Showing with 7 additions and 17 deletions
import turtle import turtle
pen=turtle.Pen() pen = turtle.Pen()
screen=turtle.Pen pen.right(360)
pen.goto(0,-100) pen.circle(50,360)
pen.pencolor() pen.forward(200)
screen=turtle.Pen() pen.right(360)
screen.bgcolor("light blue") pen.circle(100,360)
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() 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