Commit f011868c by BellCodeEditor

auto save

parent 958fdf66
Showing with 3 additions and 1 deletions
I=['a','b','c','d','e','f'] I=['a','b','c','d','e','f']
print(I) print(I)
I.pop(3) I.pop(3)
print("a") print(I)
I.remove("b")
print(I)
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