Commit 6a848387 by BellCodeEditor

save project

parent 1d81bd9b
Showing with 4 additions and 21 deletions
import turtle
# b=turtle.Pen()
# b.write("这泡屎,\n你趁热吃",font=("Times",30,"normal"))
# b.hideturtle()
# turtle.done()
s=turtle.Pen()
s.pensize(5)
s.pencolor("red")
s.fillcolor("pink")
s.begin_fill()
s.left(45)
s.forward(100)
s.circle(50,180)
s.right(90)
s.circle(50,180)
s.forward(100)
s.end_fill()
s.hideturtle()
turtle.done()
\ No newline at end of file
goods={"农夫山泉":3,"辣条":4}
goods.pop("农夫山泉")
print(goods)
\ No newline at end of file
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