Commit 6f595dea by BellCodeEditor

save project

parent 50070f6c
Showing with 3 additions and 2 deletions
...@@ -6,4 +6,5 @@ bros=["刘备","关羽","张飞"] ...@@ -6,4 +6,5 @@ bros=["刘备","关羽","张飞"]
bros.pop(-2) bros.pop(-2)
# bros.pop(1) # bros.pop(1)
# bros.remove("关羽") # bros.remove("关羽")
print(bros) print(bros)
\ No newline at end of file c=["颜良","文丑"]
\ 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