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
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
Login to add comment