Commit 24c731e4 by BellCodeEditor

save project

parent c6626450
Showing with 5 additions and 4 deletions
bros=["关羽","刘备","张飞"] a=[1,2,3,3]
for i in range(len(bros)): a.pop(2)
print(bros[i],end=" ") a.remove(3)
\ No newline at end of file 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