I have a Python 2 script from which I want to call a Python 3 script. I would like to pass an argument to this call and get data back from the Python3 script so I can handle that data in the Python 2 script. What is the best way to realize this?
OS ist Linux and booth versions of Python are installed.