Commit 3e688208 by BellCodeEditor

auto save

parent 9e4eddd3
Showing with 1 additions and 2 deletions
...@@ -20,4 +20,4 @@ print(b) ...@@ -20,4 +20,4 @@ print(b)
a.insert(1,"关羽") a.insert(1,"关羽")
a.append("关羽") a.append("关羽")
a.extend(c) a.extend(c)
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