Commit 8bbc5dde by BellCodeEditor

save project

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