tyhjk.py 107 Bytes Edit 1 2 3 4 5 6 7 8 sb="有sbbb" length=len(sb) i=0 while i < length: element=sb[i] print(element) i+=1