I'm beginner in python and I've a question. I need to execute a script in a terminal in a loop and to call one of their functions from another one terminal i.e. my first script will be run all the time in a terminal 1 and I need to call a function from this script in execution by another one terminal 2. How I can do it ?
Thanks !