Commit 63f47c08 by BellCodeEditor

save project

parent be0428bc
Showing with 4 additions and 3 deletions
a=['华雄'] a=['']
a.append('颜良') b=['术','瓒','关','飞','备','曹']
a.append('文丑') a.extend(b[2:5])
print(a) 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