Code:
file = open('myfile.txt', 'w') s = "My String of Text I want In the File" file.write(s)
check this out for more info:
http://docs.python.org/tutorial/inputoutput.html...
file = open('myfile.txt', 'w') s = "My String of Text I want In the File" file.write(s)
from Tkinter import * import tkSimpleDialog from traders import QueryTrader class Inputs(tkSimpleDialog.Dialog): def body(self, master): Label(master, text="Enter Environment
doc <win32com.gen_py.Microsoft XML, v2.6.IXMLDOMDocument2 instance at 0x13855200>
['CLSID', '_ApplyTypes_', '__cmp__', '__doc__', '__getattr__', '__init__', '__module__', '__repr__', '__setattr__', '_get_goo
Leave a comment: