I need to call an independent module written in python2 (pass some parameters) in a program written in python3. In addition to using subprocess, is there a more elegant way?
欧阳克2017-06-22 11:54:14
A more elegant way is to upgrade the python2 program to a python3 program.