Commit 5946c783 by BellCodeEditor

save project

parent 26b3b1d4
Showing with 4 additions and 0 deletions
a=['吕布']
b=['袁术','','关羽','刘备','张飞','曹操']
a.extend(b[2:5])
print(a)
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