Commit fe61dfcf by BellCodeEditor

save project

parent f9c6c495
Showing with 4 additions and 0 deletions
......@@ -2,3 +2,6 @@ b=['a','s','b','x','w','y']
b.pop(4)
b.insert(4,'L')
print(b)
a=b[0:2]
c=b[4:]
print(a,c)
\ 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