Commit 9a1dc7a1 by BellCodeEditor

save project

parent 490a88a0
Showing with 5 additions and 2 deletions
......@@ -12,5 +12,8 @@ bros[0]="关羽"
bros[1]="刘备"
print(bros)
bros.pop(0)
print(bros)
bros.pop(-3)
bros.remove('关羽)
\ No newline at end of file
print(bros)
bros.remove('关羽')
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