Commit 5031cdbe by BellCodeEditor

save project

parent 9c15c73e
Showing with 4 additions and 2 deletions
a=['华雄'] a=['华雄']
b=['袁术','dr','wd','ffv'] b=['袁术','dr','wd','ffv']
b.pop(3) b.remove('ffv')
print(b) a=['华雄']
c=['bfgb','teerg']
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