Commit e787f51b by BellCodeEditor

save project

parent 9a1dc7a1
Showing with 2 additions and 3 deletions
......@@ -15,5 +15,4 @@ bros.pop(0)
print(bros)
bros.pop(-3)
print(bros)
bros.remove('关羽')
print(bros)
\ No newline at end of file
bros.append('关羽')
\ 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