Posts by Ezau • 1 point
1 post
-
-1
votes1
answer54
viewsQ: Error generation when trying to create a directory using Python: [Winerror 2] The system cannot find the specified file
In a video class I watched, the teacher uses the following command to create a directory using Python: import os res = os.path.join(os.getcwd(), 'geek') os.chdir(res) print(os.getcwd()) Literally,…
python-3.xasked Ezau 1