Commit 8e62aec8 by BellCodeEditor

save project

parent 871834ac
Pipeline #9131 failed in 0 seconds
Showing with 3 additions and 2 deletions
students = ["悟空", "小贝", "八戒", "波奇"]
students.pop(-2)
students.insert(2,"诺依")
red =students[0:3]
blue=students[3:5]
red =students[0:2]
blue=students[2:4]
print(students)
print(red)
print(blue)
\ 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