Commit 006f6057 by BellCodeEditor

save project

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