Commit 0e8c1753 by BellCodeEditor

auto save

parent 88500727
Showing with 3 additions and 2 deletions
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
b=['袁术','夏侯惇','曹操'] b=['袁术','夏侯惇','曹操']
#b.insert(3,'关羽') #b.insert(3,'关羽')
#b.append('关羽') #b.append('关羽')
c=['关羽','刘备']
b.extend(c)
print(b[-1]) print(b[-1])
\ 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