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?
認(rèn)證0級(jí)講師
A more elegant way is to upgrade the python2 program to a python3 program.