Commit 71e6de6b by BellCodeEditor

auto save

parent cd81b1da
Showing with 6 additions and 2 deletions
...@@ -6,4 +6,8 @@ b=['颜良','丑'] ...@@ -6,4 +6,8 @@ b=['颜良','丑']
a.extend(b) a.extend(b)
a.insert(1,'颜良') a.insert(1,'颜良')
a.insert(2,'丑') a.insert(2,'丑')
\ No newline at end of file
list[:]
list[]
\ 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