Answer to Question #3391 in Python for mukunda
Open a text file in a append mode and append some text in to that file.
1
2011-08-04T12:30:33-0400
fout = open ("IT.txt", "a")
fout.write("hello!")
fout.close()
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
Python
Comments
Leave a comment