Commit 929d04ea by BellCodeEditor

save project

parent 9e183f5d
Pipeline #6601 failed in 0 seconds
Showing with 3 additions and 0 deletions
...@@ -13,3 +13,5 @@ red = students[:2] ...@@ -13,3 +13,5 @@ red = students[:2]
blue = students[2:] blue = students[2:]
print(red) print(red)
print(blue) print(blue)
for i in students:
print(i)
\ 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