Python-字符串数组的循环

1.字符串数组的循环

strs = ["flower","flow","flight"]
for i in strs:
    print(i)

image

2.定义空字符

s=""
posted @ 2021-06-10 15:42  司砚章  阅读(175)  评论(0编辑  收藏  举报