Commit 4de363f8 by BellCodeEditor

save project

parent be8e9b75
Showing with 5 additions and 1 deletions
bros=["关羽","刘备","张飞"]
bros=["关羽","刘备","张飞","孙策"]
for i in range(len(bros)):
print(bros[i])
bros.remove("关羽")
bros.pop(2)
print(bros)
\ 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