Commit afe4cc5e by BellCodeEditor

auto save

parent 640c9bf5
Pipeline #7663 failed in 0 seconds
Showing with 5 additions and 5 deletions
b=("1","2","3","4","5"): b="jkn"
length()=len(b) length=len(b)
i=0 i=0
while i < length(b): while i < length:
a=b[i] a=b[i]
print(i) print(a)
i=i+1 i=i+1
input()
......
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