Commit 177eb397 by BellCodeEditor

save project

parent 9a67b349
Pipeline #3220 failed in 0 seconds
Showing with 4 additions and 3 deletions
......@@ -13,5 +13,6 @@ blue=students[2:]
print(red)
print(blue)
"""
for i in students:
print(i)
\ No newline at end of file
i=0
for i in range(4):
print(students[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