Commit ddadd661 by BellCodeEditor

auto save

parent 0cba3b87
Showing with 1 additions and 0 deletions
...@@ -5,3 +5,4 @@ a.append('张飞') ...@@ -5,3 +5,4 @@ a.append('张飞')
list=['颜良','文丑'] list=['颜良','文丑']
a.extend(list) a.extend(list)
print(a) print(a)
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