Calling Python 2 script from Python 3

前端 未结 7 2168
青春惊慌失措
青春惊慌失措 2020-12-01 02:00

I have two scripts, the main is in Python 3, and the second one is written in Python 2 (it also uses a Python 2 library).

There is one method in the Python 2 script

7条回答
  •  感动是毒
    2020-12-01 02:46

    I recommend to convert the Python2 files to Python3:

    https://pythonconverter.com/

提交回复
热议问题