Commit e6a5d8b5 by BellCodeEditor

auto save

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