Commit 2d5d60ee by BellCodeEditor

save project

parent 4a3b009e
Showing with 6 additions and 6 deletions
a=['华雄'] a=['yuanshu','刘备','张飞','关羽']
#a.insert(1,'关羽') b=['华雄']
#a.append("关羽") b.extend(a[1:4])
b=['颜良','文丑',"关羽"]
a.extend(b) print(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