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:] ...@@ -13,5 +13,6 @@ blue=students[2:]
print(red) print(red)
print(blue) print(blue)
""" """
for i in students: i=0
print(i) for i in range(4):
\ No newline at end of file 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