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.