saving . . . saved Fetching file from the system has been deleted. Fetching file from the system has been hidden .
Fetching file from the system
Title
Question
Does python fetches files from a specific location in the system or from anywhere?

Reframing the question: does the file needs to be present in the working directory for fetching the details


Python-3.4.3 Loading-Data-From-Files 01-02 min 20-30 sec 26-07-20, 11:40 a.m. muskangupta6

Answers:

Yes.

The file will be saved in the current working directory which your interpreter is pointing to. You can find which directory your interpreter is pointing to by using the command %pwd You can also change directories by using the command %cd /new/path/directory And then save files

27-07-20, 11:18 a.m. ankitrj.iitb


Log-in to answer to this question.