Commit 98cb2c80 by BellCodeEditor

auto save

parent 7810d72e
Pipeline #2760 failed in 0 seconds
Showing with 4 additions and 0 deletions
...@@ -13,4 +13,8 @@ red = students[:2] ...@@ -13,4 +13,8 @@ red = students[:2]
blue =students[2:] blue =students[2:]
print(red) print(red)
print(blue) 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