Commit 2405701a by BellCodeEditor

auto save

parent 81fa0391
Showing with 2 additions and 7 deletions
list = ['悟空','小贝','八戒','波奇'] import
list.pop(2) \ No newline at end of file
list.append("诺依")
red = list[0:2]
blue = list[2:]
print(red)
print(blue)
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