2.20

程序文件ex2_20.py

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

posted @ 2024-10-14 11:28  qi11  阅读(4)  评论(0编辑  收藏  举报