Commit 16298cc7 by BellCodeEditor

auto save

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