2.24

程序文件ex2_24.py

s1=[str(x)+str(y) for x,y in zip(['v']*4,range(1,5))]
s2=list(zip('abcd',range(4)))
print(s1); print(s2)

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