Commit e96bc0f4 by BellCodeEditor

auto save

parent 3fa6c22a
Showing with 69 additions and 4 deletions
from turtle import * import turtle
from turtle import * import turtle
\ No newline at end of file screen=turtle.Screen
screen.bgcolor("light blue")
pen=turtle.pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi,"),font
-- "a/\346\235\276\351\274\240.py" #from turtle import *
#from turtle import *
#for i in range(360):
# forward(1)
# left(1)
#done()
#hape('turtle')
#color('red')
#fillcolor("red")
#begin_fill()
#for i in range(5):
# forward(150)
# right(144)
# left(144)
#end_fill()
#done()
#from turtle import *
#shape('turtle')
#color('red')
#fillcolor("red")
#begin_fill()
#left(220)
#circle(100,180)
#left(180)
#circle(100,180)
#end_fill()
#done()
from turtle import *
circle(20,360)
penup()
forward(30)
pendown()
circle(20,360)
penup()
forward(30)
pendown()
circle(20,360)
penup()
left(180)
forward(20)
pendown()
circle(20,360)
penup()
forward(30)
pendown()
circle(20,360)
penup()
forward(30)
pendown()
circle(20,360)
penup()
forward(30)
pendown()
circle(20,360)
done()
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