tutorial.eyehunts.com
Python file modes | Open, Write, Append (r, r+, w, w+, x, etc)
In the file in Python, you have to use modes for specific operations like create, read, write, append, etc. This is called Python file modes..
Rohit