Commit 60a4d905 by BellCodeEditor

save project

parent 5b70eb4a
Showing with 2 additions and 12 deletions
a=["华雄"]
a=["吕布"]
a=["华雄"]
a.append("关羽")
print(a)
a.insert(1,"关羽")
print(a)
b=["华雄","张飞"]
a.extend(b)
print(a)
\ No newline at end of file
a=["吕布"]
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