How can I make a swi-prolog program that executes a Python file score.py and gets the output?
I've read about process_create/3 and exec/1 but I can't find much documentation
How can I make a swi-prolog program that executes a Python file score.py and gets the output?
I've read about process_create/3 and exec/1 but I can't find much documentation