Commit 60bdc16b by BellCodeEditor

save project

parent fa373da4
Showing with 3 additions and 4 deletions
list = ["b","x","s","x","t","x"]
list.remove("x")
print(list)
\ No newline at end of file
b = ["l","k","p","g"]
b.pop(3)
\ 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