Commit 5d8045b8 by BellCodeEditor

save project

parent 28c57d24
Showing with 4 additions and 2 deletions
......@@ -13,4 +13,6 @@ bros[1]="刘备"
print(bros)
bros.pop(0)
print(bros)
bros.append('关羽')
\ No newline at end of file
bros.append('关羽')
c=['颜良','文丑']
bros.extend(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