Commit 7037566b by BellCodeEditor

auto save

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