Commit 5b57b334 by BellCodeEditor

save project

parent 00b56300
Pipeline #11261 failed in 0 seconds
Showing with 3 additions and 0 deletions
...@@ -12,3 +12,5 @@ red = students[:2] ...@@ -12,3 +12,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