[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: how to save text file using python??
From: |
Frie, Eddie J |
Subject: |
RE: how to save text file using python?? |
Date: |
Thu, 20 Sep 2012 16:20:32 +0000 |
my_file = open('my_filename.txt','w')
.
my_file.write('\nHello World')
.
my_file.close()
________________________________
From: address@hidden address@hidden on behalf of Preeti Gaikwad address@hidden
Sent: Thursday, September 20, 2012 8:58 AM
To: address@hidden
Subject: how to save text file using python??
Hello can anybody let me know how to save text or dat file using python ??
thanks a for ur help