Commit 230dab5e by BellCodeEditor

auto save

parent 38cc9291
Showing with 0 additions and 9 deletions
students=['悟空','小贝','八戒','波奇']
students.pop(-2)
students.insert(0,"诺依")
students.append("孙赵")
a=students[:3]
b=students[3:]
print(a)
print(b)
\ 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