test = input(‘请输入:‘) for item in range(0,len(test)): print(item,test[item])
for循环练习题:拆解字符并输入下标
原文:https://www.cnblogs.com/z-j-h/p/12012828.html