New to Python and programming.
I want to start with a txt file with different names per line
Output a program that will create a directory for each entry in txt file
I'm having problems getting txt file values into Python list, and using that as input for directory name, then creating directory.
Any help please? I would greatly appreciate it.