Commit 9d09a047 by BellCodeEditor

save project

parent 161d0bf4
Showing with 2 additions and 1 deletions
...@@ -9,7 +9,8 @@ b.pop(1) ...@@ -9,7 +9,8 @@ b.pop(1)
b.pop(-2) b.pop(-2)
c=['颜良','文丑'] c=['颜良','文丑']
b.extend(c) b.extend(c)
b.insert(4,"SB")
b.append("sb")
......
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