Commit b671d7a8 by BellCodeEditor

auto save

parent f0c715f8
Showing with 7 additions and 0 deletions
list=[1,2,3,4,5,6]
del list[1:2]
list.remove(4)
a=list.pop(2)
print(a)
print(list)
\ 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