Commit e31922d8 by BellCodeEditor

auto save

parent c4e92ba8
Showing with 0 additions and 4 deletions
......@@ -11,6 +11,3 @@ a=['华雄']
c=['颜良','文丑']
a.extend(c)
print(a)
\ No newline at end of file
c.append('关羽')
c.insert(2,'关羽')
print(c)
\ 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