Commit 4d3248be by BellCodeEditor

save project

parent 14be6a32
Showing with 2 additions and 1 deletions
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
a= ['华雄'] a= ['华雄']
#a.append('颜良','文丑') #a.append('颜良','文丑')
#a.insert(1,'文丑') #a.insert(1,'文丑')
a.extend('颜良''文丑') a.extend('颜良','文丑')
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