Commit 59c86b9f by BellCodeEditor

save project

parent 99c6e06c
Showing with 26 additions and 0 deletions
b=["刘","关","张"]
b.remove("张")
print(b)
b.insert(2,"张苞")
print(b)
b.append("关兴")
print (b)
b.extend("黄忠,赵云")
print(b)
++ "b/\345\217\215\345\217\215\345\244\215\345\244\215"
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