Commit b28a1c33 by BellCodeEditor

save project

parent 62ebdaf1
Pipeline #12712 failed in 0 seconds
Showing with 25 additions and 0 deletions
arr = ["a","b","c"]
for i in range(3):
print(arr[i])
for i in arr:
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