Commit 244f4e20 by BellCodeEditor

save project

parent 0e864a8e
Showing with 6 additions and 0 deletions
a=['吕布']
b=['苹果','香蕉','西瓜','香蕉','刘备','关羽','张飞','桃子','香蕉']
b[4:7]
a.extend(b)
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