Commit aeeeee35 by BellCodeEditor

save project

parent 9d54454c
Showing with 2 additions and 0 deletions
......@@ -8,5 +8,6 @@ a.insert(2,"曹操")
print(a)
a.append("李汶亮")
print(a)
a.remove("李汶亮")
a.append("侯忱延")
print(a)
\ 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