I'm new to subprocessing.
I just need a really simple win32 example of communicate() between a parent.py and child.py. A string sent from parent.py to child.py, altered by child.py and sent back to parent.py for print() from parent.py.
I'm posting this because examples I have found end up either not being win32 or not using a child which just confuses me.
Thanks for you help.