Commit 80086871 by BellCodeEditor

auto save

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