Commit a132d8e5 by BellCodeEditor

save project

parent a421c03f
Showing with 2 additions and 2 deletions
...@@ -14,4 +14,4 @@ print(a) ...@@ -14,4 +14,4 @@ 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.bextend(2:5)
print(1) print(a)
\ 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