Commit a15eecc8 by BellCodeEditor

auto save

parent bbf68ff6
Pipeline #2762 failed in 0 seconds
Showing with 0 additions and 4 deletions
......@@ -13,8 +13,4 @@ red = students[:2]
blue =students[2:]
print(red)
print(blue)
students.pop(2)
print(students)
students.append("诺依")
print(students)
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