Commit 7aebe5b3 by BellCodeEditor

auto save

parent 79353ebc
Pipeline #12754 failed in 0 seconds
Showing with 7 additions and 0 deletions
arr=["a","b","c",1,2,3]
for i in range(len(arr)):
print(arr[i],end="")
print()
for i in arr:
print(i,end="")
\ 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