Commit c511c2f5 by BellCodeEditor

save project

parent 2cb81b33
Showing with 12 additions and 9 deletions
mport turtle as t
t.pendown()
t.fillcolor("red")
t.begin_fill()
for i in range(5):
t.fd(100)
t.left(144)
t.end_fill()
t.done()
import turtle as t
r=10
for i in range(4)
t.pencolor("green")
t.circle(r,360)
t.penup()
t.right(90)
t.fd(50)
t.left(90)
t.pendown()
r=r+50
t.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