Commit 72ecd414 by BellCodeEditor

save project

parent 67cff5ae
Showing with 6 additions and 2 deletions
...@@ -12,4 +12,8 @@ bros[0]="关羽" ...@@ -12,4 +12,8 @@ bros[0]="关羽"
bros[1]="刘备" bros[1]="刘备"
print(bros) print(bros)
bros.pop(0) bros.pop(0)
print(bros) print(bros)
\ No newline at end of file bros.append(小星)
bros.insert(2,"小熙")
c=["yanliang","wenchou"]
bros.exvent(c)
\ 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