Commit 5f0b20b5 by BellCodeEditor

save project

parent 0631f7a0
Showing with 2 additions and 0 deletions
......@@ -12,4 +12,5 @@ bros[0]="关羽"
bros[1]="刘备"
bros.pop(1)
bros.insert(1,"华雄")
print(bros[0:2])
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