Commit fe61dfcf by BellCodeEditor

save project

parent f9c6c495
Showing with 5 additions and 2 deletions
b=['a','s','b','x','w','y'] b=['a','s','b','x','w','y']
b.pop(4) b.pop(4)
b.insert(4,'L') b.insert(4,'L')
print(b) print(b)
\ No newline at end of file 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