Commit d6d8f479 by BellCodeEditor

save project

parent a7e1dd82
Showing with 5 additions and 1 deletions
......@@ -5,5 +5,8 @@ abc=["liubei","guanyv","zhngfei","iui"]
abc[0]="guanyv"
abc[1]="liubei"
abc.pop(-2)
abc.remove('iui')
abc.remove("iui")
abc.extend("wewe")
abc.append("QWQ")
abc.insert(1,"wew")
print(abc)
\ 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