Commit 0bf2b6bc by BellCodeEditor

save project

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