adding the number of each value in the array

前端 未结 0 1543
滥情空心
滥情空心 2021-01-07 03:59

I need to add numbers to each value according to a certain sequence

My code:

 f = open("demofile.txt", "r")
    lines = f.readlines         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题