Commit d3a0e89c by BellCodeEditor

save project

parent 82945358
Showing with 6 additions and 1 deletions
students=["傻狍子","憨批","猪妖","坤器人"]
students.pop(2)
print(students)
append.students("高启强")
students.append("高启强")
print(students)
rad=students[:2]
bulu=students[2:]
print(rad)
print(bulu)
\ 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