Commit f615f355 by BellCodeEditor

save project

parent 19cc871e
Showing with 7 additions and 4 deletions
......@@ -11,7 +11,10 @@ bro3=["张飞",166,8.3]
bros[0]="关羽"
bros[1]="刘备"
print(bros)
b.pop(3)
b.removee(关羽)
b.pop(-1)
bros.pop(3)
bros.removee("关羽")
bros.pop(-1)
bros.append("诸葛亮")
bros.insert(2,"曹操")
c=["颜良""文丑"]
bros.exvent(c)
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