Commit a55313e5 by BellCodeEditor

save project

parent e728098e
Showing with 2 additions and 2 deletions
...@@ -12,4 +12,4 @@ a.extend(c) ...@@ -12,4 +12,4 @@ a.extend(c)
print(a) print(a)
c.append('关羽') c.append('关羽')
c.insert(2,'关羽') c.insert(2,'关羽')
c.extend(c)) c.extend(c)
\ No newline at end of file \ 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