Commit 40c0dd5b by BellCodeEditor

auto save

parent 3ebe03c1
Showing with 3 additions and 2 deletions
...@@ -4,6 +4,6 @@ c=['颜良','文丑'] ...@@ -4,6 +4,6 @@ c=['颜良','文丑']
#a.extend(c) #a.extend(c)
#a.append('文丑') #a.append('文丑')
#a.append('颜良') #a.append('颜良')
a.insert(0,'文丑') #a.insert(0,'文丑')
a.insert(1,'颜良') #a.insert(1,'颜良')
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