Python Write To File Line By Line Using writelines() and For Loop: ... with open("devops.txt","r") as d: x=d.readlines() with open("new.txt","w") as f: ...
確定! 回上一頁