Creating folders from text file

前端 未结 0 1816
生来不讨喜
生来不讨喜 2020-12-20 21:01

I am trying to create folders from the context of a text file.

with open("filename.txt", "r") as x:
    for line in x:
        line= line.         


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