Commit c8c1194a by BellCodeEditor

save project

parent 0b99adac
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@
a= ['华雄']
a.insert(1,'张飞')
print(a)
a.append('关')
a.append('关')
print(a)
c=['颜良','文丑']
a.extend(c)
......
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