Commit c5277a26 by BellCodeEditor

auto save

parent b5efd4d3
Pipeline #953 failed in 0 seconds
Showing with 1 additions and 0 deletions
...@@ -11,3 +11,4 @@ students.append("nuoyi") ...@@ -11,3 +11,4 @@ students.append("nuoyi")
red = students[0:2] red = students[0:2]
blue = students[2:4] blue = students[2:4]
print(students) print(students)
print(red,blue)
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