Commit c8698c72 by BellCodeEditor

save project

parent d0a55e0a
Pipeline #12678 failed in 0 seconds
Showing with 8 additions and 0 deletions
a=[1,2,3,4,5,6]
for i in range(len(a)):
print(a[i])
for i in a:
print(i)
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