tutorial.eyehunts.com
Python create and write to file
Use the file Open() function with the "w" letter in our argument to create and write to file in Python. "w" indicates Python write to file and
Rohit