Commit 052c0e40 by BellCodeEditor

save project

parent 86392976
Pipeline #1805 failed in 0 seconds
Showing with 3 additions and 3 deletions
a="123456789mnvb"
for i in a:
print(i)
\ No newline at end of file
for i in range(len(a)):
print(a[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