Commit bb94d6ee by BellCodeEditor

save project

parent 09e22999
Showing with 4 additions and 2 deletions
......@@ -7,4 +7,6 @@ students.pop(-2)
print(students)
students.append("诺依")
students.insert(1,"诺依")
print(students)
\ No newline at end of file
print(students)
red = students[:2]
bule = students[2:]
\ 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