How to get output value from python script executed in swi-prolog

Viewed 418

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

1 Answers
Related