How to loop through the index of a list in python? - Stack Overflow

How to loop through the index of a list in python? - Stack Overflow

瀏覽:558
日期:2026-04-22
I'm not really sure I got your question, but this is how i would solve it anyhow: f = open('C:\states.csv', 'r') states = open('c:\states.txt', 'w') for line in f: ......看更多