Commit 2fdc09ad by BellCodeEditor

save project

parent ba38341d
Showing with 3 additions and 1 deletions
......@@ -26,4 +26,6 @@ b.insert(2,"张飞")
c=["刘备","张飞"]
b.extend(c)
d = ['刘备','曹操'','吕布']
c=d[1:]
b.extend(c)
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