python3.x - How to convert python3.4 programs to python2.7
滿天的星座
滿天的星座 2017-06-12 09:26:55
0
2
980

How to convert python3.4 programs to python2.7, not python2.7 to python3

滿天的星座
滿天的星座

reply all(2)
我想大声告诉你

Convert Python 3 to Python 2 and install 3to2

Installation: pip install 3to2, run: 3to2 file.py, see 3to2 --help

for details
漂亮男人

To convert Python3 to Python2, you can generally use 3to2. Of course, you can also use some six-like modules to achieve 2-compatibility. In more cases, developers need to do it themselves.
Generally, it is upgraded from 2 to 3, and in rare cases it is downgraded from 3 to 2.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!