Commit bfcfe52a by BellCodeEditor

save project

parent d86b85c9
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ bros[0]="关羽"
bros[1]="刘备"
bros.pop(-1)
bros.remove(刘备)
bros.remove("刘备")
for i in range(len(bros)):
print(bros[i])
......
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