Commit 3b6015ae by BellCodeEditor

save project

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