Commit 6bf204db by BellCodeEditor

save project

parent 6e40483a
Showing with 21 additions and 2 deletions
a
\ No newline at end of file
a=['吕布']
b=['袁术','公孙瓒','关羽','刘备','张飞']
SB=(b[2:5])
print(SB)
d = a.extend(SB)
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