saving . . . saved how can i fetch datas from text file in windows has been deleted. how can i fetch datas from text file in windows has been hidden .
how can i fetch datas from text file in windows
Title
Question
 i am using windows machine to practice pyhton code, so i can not use "cat" command to open text file.



Python-3.4.3 Loading-Data-From-Files 01-02 min 50-60 sec 06-02-22, 1:42 p.m. Jegatheshwaran

Answers:

Make sure the file is placed in the current working directory. To check the current working directory type %pwd inside the python terminal. Also, instead of the cat command, you can try !type <filename>to view file contents.

14-02-22, 2:15 p.m. aditya94palaparthy@gmail.com


Log-in to answer to this question.