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"):
length()=len(b)
b="jkn"
length=len(b)
i=0
while i < length(b):
while i < length:
a=b[i]
print(i)
print(a)
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