Commit 8ecd78d7 by BellCodeEditor

save project

parent 53cf29d6
Showing with 5 additions and 2 deletions
...@@ -13,4 +13,7 @@ bros[1]="刘备" ...@@ -13,4 +13,7 @@ bros[1]="刘备"
print(bros) print(bros)
f=["西瓜","香蕉","苹果","西红柿","葡萄","香蕉","香蕉"] f=["西瓜","香蕉","苹果","西红柿","葡萄","香蕉","香蕉"]
f.pop(1) f.pop(1)
f.remove("香蕉") f.remove("香蕉")
\ No newline at end of file z=["华雄"]
z.append("颜良")
z.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