Commit 5a2c31be by BellCodeEditor

save project

parent c219fa0b
Showing with 10 additions and 0 deletions
tudent=['悟空','小贝','八戒','波奇']
tudent.pop(2)
print(tudent)
tudent.append('诺伊')
print(tudent)
b=tudent[:3]
c=tudent[2:]
print(b)
print(c)
\ 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