a. Python files are saved with
extension, by default,
Answers
Answered by
3
Answer:
The default location is the CWD (Current Working Directory), so if you have your Python script in c:\directory and run it from there, if you call open() it will attempt to open the file specified in that location.
Explanation:
CWD is the area where almost all python and other programming languages
Similar questions