File operation in python

In python's file operation - open() returns a file object, and is most commonly used with two arguments: open(filename, mode). Where read() and write() methods are perform read write operation in python. Here is the python example for file operation.

https://www.geekboots.com/python/file-operation

Comments