Commit 021b0502 by BellCodeEditor

save project

parent fd9f63a5
Showing with 18 additions and 0 deletions
b=['关羽', '刘备', '张飞']
b.pop(0)
b.pop(-1)
list.remove('关羽')
print(b)
\ No newline at end of file
a=['华熊']
a.append('颜良','文丑')
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