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.
Comments
Post a Comment