Commit bb94d6ee by BellCodeEditor

save project

parent 09e22999
Showing with 3 additions and 0 deletions
...@@ -8,3 +8,5 @@ print(students) ...@@ -8,3 +8,5 @@ print(students)
students.append("诺依") students.append("诺依")
students.insert(1,"诺依") students.insert(1,"诺依")
print(students) 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