Commit 377d1160 by BellCodeEditor

auto save

parent 26b3b1d4
c=['多块钱','是否',7,956,76]
c.insert(4,8)
c.append("厉害")
b=["激活卡","规范"]
c.extend(b)
print(c)
\ No newline at end of file
a=['华雄']
a.append('颜良','文丑')
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