Commit 5031cdbe by BellCodeEditor

save project

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