Shakerato

python 2 to python3 automatic change tool (2to3) 본문

Research

python 2 to python3 automatic change tool (2to3)

Shakeratto 2021. 2. 8. 21:53

How to use

> pip install 2to3
> 2to3 -w oldversion.py

(-w option: write back modified files)

Refer: https://docs.python.org/3/library/2to3.html

Comments