Commit 72ecd414 by BellCodeEditor

save project

parent 67cff5ae
Showing with 5 additions and 0 deletions
......@@ -13,3 +13,7 @@ bros[1]="刘备"
print(bros)
bros.pop(0)
print(bros)
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