Commit 18e3495d by BellCodeEditor

save project

parent a6d6fe23
Pipeline #13158 failed in 0 seconds
Showing with 4 additions and 2 deletions
...@@ -4,4 +4,6 @@ print(students) ...@@ -4,4 +4,6 @@ print(students)
students.append("诺依") students.append("诺依")
print(students) print(students)
red = students[0:2] red = students[0:2]
print(red) print(red)
\ No newline at end of file blue = students[2:4]
print(blue)
\ 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