Commit 847f3026 by BellCodeEditor

save project

parent 69646bd7
Showing with 2 additions and 2 deletions
...@@ -4,11 +4,11 @@ print(a) ...@@ -4,11 +4,11 @@ print(a)
a=['1234566'] a=['1234566']
c=['1234566','123254'] c=['12345665','123254']
a.extend(c) a.extend(c)
a=['a'] a=['a']
c=['f'] c=['f']
a.insert(a,c) a.insert,(a,c)
print(a) print(a)
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