Commit 44f84686 by BellCodeEditor

save project

parent 8203d19a
Showing with 1 additions and 1 deletions
students = ["悟空", "小贝", "八戒", "波奇"] students = ["悟空", "小贝", "八戒", "波奇"]
students.pop(-2) students.pop(-2)
students.insert(2,"诺依") students.insert(2,"诺依")
red =students[1:3] red =students[0:3]
blue=students[3:5] blue=students[3:5]
print(students) print(students)
print(red) print(red)
......
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