KGKashish GroverJun 6, 2017
What is the correct way to take user input of a path in a python script?
I am working on a script where I ask the user to enter paths of certain files or directories. I could use path=raw_input("Enter path: ") , but is this the right way (or the only way)? I have been trying to find an alternative to this for a while now,...
SSai commented