Commit 80086871 by BellCodeEditor

auto save

parent 0aec2e3a
Showing with 7 additions and 5 deletions
b=[1,2,3,4] import turtle
b.pop(0) t=turtle.Turtle()
b.remove(1) t.circle(200,360)
print(b) t.penup()
\ No newline at end of file p.goto(-100,50)
t.fillcolor("blue")
t.pendown()
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