Commit 9ca0f178 by BellCodeEditor

save project

parent a132d8e5
Showing with 3 additions and 2 deletions
...@@ -12,6 +12,6 @@ print(a) ...@@ -12,6 +12,6 @@ print(a)
a=[1] a=[1]
b=['2','3',4','5','6','7'] b=['2','3','4','5','6','7']
a.bextend(2:5) a.extend(b[2:5])
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