2.20

x1 = "abcde"
x2 = list(enumerate(x1))
for ind, ch in enumerate(x1): print(ch)

posted @ 2024-10-27 23:21  世梦  阅读(46)  评论(0)    收藏  举报