Commit d6671cc0 by BellCodeEditor

save project

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