Commit cc10913f by BellCodeEditor

auto save

parent 8dc9e4ea
Showing with 52 additions and 4 deletions
import turtle as t
h=160
for i in range(36):
t.down()
t.pencolor("red")
t.begin_fill()
t.circle(160,360)
t.up()
t.left(10)
t.fd(50)
t.done()
\ No newline at end of file
inport turtle as t import turtle as t
t.pendown() """t.pendown()
t.fillcolor("red") t.fillcolor("red")
t.begin_fill() t.begin_fill()
for i in range(5): for i in range(5):
t.forword(180) t.forward(180)
t.right(144) t.right(144)
t.end_fill() t.end_fill()"""
#t.done()
t.down()
t.pencolor("red")
t.begin_fill()
t.circle(160,360)
t.up()
t.left(90)
t.fd(50)
t.down()
t.pencolor("blue")
t.begin_fill()
t.right(90)
t.circle(110,360)
t.up()
t.left(90)
t.fd(50)
t.down()
t.pencolor("green")
t.begin_fill()
t.right(90)
t.circle(60,360)
t.up()
t.left(90)
t.fd(50)
t.down()
t.begin_fill()
t.right(90)
t.circle(10,360)
t.done() t.done()
#jdscb=160
#for i
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