Commit 61b0e58f by BellCodeEditor

save project

parent a726b37a
Showing with 3 additions and 2 deletions
a=['关羽']
b=['小贝','小兰']
a.extend(b)
b=['小贝','小兰','关羽','张飞','刘备']
a.extend(b[2:5])
print(a)
\ 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