Commit 8cc6c287 by BellCodeEditor

save project

parent 53a1f56e
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ c=['颜良','文丑'] ...@@ -4,4 +4,4 @@ c=['颜良','文丑']
a.extend(c) a.extend(c)
print(a) print(a)
a.append('华雄') a.append('华雄')
a.insert(2) a.insert(2,'华雄')
\ No newline at end of file \ 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