版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/dushu990/article/details/73549174
python2.x脚本转换为python3.x脚本的方法:
  1. 安装python3.x
  2. 切换到转换工具所在目录:cd C:\Python34>cd Tools\Scripts
  3. 使用转换脚本进行转换:python 2to3.py -w d:\monkey_test\

相关文章:

  • 2021-10-13
  • 2021-09-08
  • 2021-06-07
  • 2021-12-27
  • 2021-09-22
  • 2021-11-13
猜你喜欢
  • 2021-07-17
  • 2021-10-27
  • 2022-12-23
  • 2021-11-30
  • 2022-01-29
  • 2021-04-16
相关资源
相似解决方案