RosettaCodeData/Task/OLE-Automation/Python/ole-automation-2.py
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

3 lines
102 B
Python

import win32com.client
client = win32com.client.Dispatch("python.server")
client.write("hello world")