Commit 3bdd5d97 by BellCodeEditor

save project

parent 17b4f278
Showing with 8 additions and 0 deletions
a=["华雄"]
a.append("张飞")
print(a)
a.insert(2,"关羽")
print(a)
c=("颜良","文丑")
a.extend(c)
print(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