Commit d3780830 by BellCodeEditor

auto save

parent 01211fc4
Pipeline #7161 failed in 0 seconds
Showing with 3 additions and 4 deletions
students = ["悟空", "小 贝", "八戒", "波奇"] list = ["a", "b", "c", "d"]
students.pop(2) list.remove("c")
students.append("挪移") list.append("e")
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