saving . . . saved Error no such file or directory has been deleted. Error no such file or directory has been hidden .
Error no such file or directory
Title
Question
Hello!! I am using windows 10 with ipython 3.6.8 and i am facing a problem in which the command prompt is saying '[Errno 2] No such file or directory: pedulum.txt '. Even though i have downloaded and extracted it in the same folder as the python folder . I have even checked the path again and again and even uninstalled and re-installed python but it returns with the same error as before. Can you please help me to solve this problem because it is causing a delay in my learning. Thank You!!!

Python-3.4.3 Getting-started-with-files 03-04 min 10-20 sec 08-04-20, 12:41 p.m. Divyam_Sharma

Answers:

The name of the file is pendulum.txt
And not pedulum.txt
08-04-20, 1:32 p.m. pratham920
Also, you can make use of the Tab button for autocomplete.
08-04-20, 1:44 p.m. pratham920

Login to add comment


Type 'pwd' on the terminal/prompt to find out your present working directory(folder) and you can just copy and paste the downloaded 'pendulum.txt' file to that particular folder, so that you will be able to call the file.
14-01-21, 12:46 p.m. rishabh4883@gmail.com


Log-in to answer to this question.