Commit b32fe907 by BellCodeEditor

save project

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