saving . . . saved saving of file has been deleted. saving of file has been hidden .
saving of file
Title
Question
Where to save the file, if i am using window?

Python-3.4.3 Getting-started-with-for 03-04 min 0-10 sec 18-07-20, 6:12 p.m. surajp2106@gmail.com

Answers:

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:13 a.m. ankitrj.iitb


Log-in to answer to this question.