Commit 067a1471 by BellCodeEditor

save project

parent e57afc9f
Pipeline #5651 failed in 0 seconds
Showing with 3 additions and 3 deletions
l = "hello word!" l = "hello word!"
for i in l: for i in range(len(l)):
print(i,end=" ") print(l[i])
\ No newline at end of file \ 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