Commit 6a6381e6 by BellCodeEditor

save project

parent 8b376185
Showing with 3 additions and 7 deletions
a=["华雄"]
r=["关羽"]
a.append("关羽")
a.insert(1,"关羽")
a.extend(r)
print(a)
\ No newline at end of file
a=['吕布']
b=['袁术','公孙瓒','关羽','张飞','刘备','曹操']
b[2:5]
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