for循环python打印差异每行发短信

时间:2018-11-09 23:51:40

标签: python-3.x for-loop printing

我正在尝试使用python 3.7编写脚本。我不确定这是否可能,但是如果可以的话,将非常有帮助。我想遍历列表,然后为每行打印一些内容。例如:

for everyline in list:
    #this Is the first line
    print(everyline + 'text')
    #2nd line
    print(everyline + 'this is the second line')

,依此类推。这是可能的,如果是这样,代码将是什么样?谢谢。

0 个答案:

没有答案