for循环练习题:拆解字符并输入下标

test = input('请输入:')
for item in range(0,len(test)):
    print(item,test[item])

 

posted on 2019-12-09 18:50  朱金花  阅读(172)  评论(0编辑  收藏  举报

导航