If I have a python code that have a few print "test" in it.
Like print "button 1 is pressed...".
If I start that program it will give the output, but how can I get it to somewhere else. Are there more options for that?
If I want to see output of a started program I need to start the script again on another pc.
Thats why I ask this, because I would like to start the python code just once.