modules need to be imported to execute write() function?
Answers
Answered by
0
Answer:
NO, you do not need to import any module to use write() function.
if you are writing in a binary file then you may need to use pickle library in order to use load() and dump() functions but even still when using write() you don't need to import any library.
Explanation:
Similar questions