Commit f4327442 by BellCodeEditor

save project

parent e3c440b3
Showing with 4 additions and 2 deletions
l=[1,2,3,1,1,4]
l.pop()
l=['华雄']
le=['颜良','文丑']
l.extend(le)
print(l)
\ 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