Commit f616fcbe by BellCodeEditor

auto save

parent 70861af8
Showing with 1 additions and 9 deletions
students = ["悟空","小贝","八戒"," 波奇"]
students.remove("八戒")
print(students)
students.append("依诺")
print(students)
red = students[:2]
blue = students[: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