Commit ae398e00 by BellCodeEditor

auto save

parent e2169c37
Showing with 1 additions and 2 deletions
...@@ -21,4 +21,4 @@ c=["颜良","文丑"] ...@@ -21,4 +21,4 @@ c=["颜良","文丑"]
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