Commit 84924475 by BellCodeEditor

save project

parent 5a11d102
Showing with 0 additions and 3 deletions
......@@ -4,9 +4,6 @@
a=['吕布']
b=['袁术','公孙瓒','关羽','张飞','刘备','曹操']
c=b[2:5]
b.remove('关羽')
b.remove('张飞')
b.remove('刘备')
a.extend(c)
print(a)
print(b)
......
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