Commit d6671cc0 by BellCodeEditor

save project

parent f4679b32
Pipeline #4345 failed in 0 seconds
Showing with 3 additions and 3 deletions
a="刘寓言zs"
length = len(a)
i=0
while a<length:
while i<length:
element=a[i]
print(element)
i+=a
\ No newline at end of file
i+=1
\ 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