python2与python3的区别

Posted meifei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python2与python3的区别相关的知识,希望对你有一定的参考价值。

python2、3的区别
输入:
python2:raw_input()
python3:input()
输出:
python2:print
python3: print()
编码:正对的编码器默认编码方式
python2 --ascci
python3--utf-8

以上是关于python2与python3的区别的主要内容,如果未能解决你的问题,请参考以下文章

python2与python3的区别

Python2与Python3的区别

Python2与Python3的区别

python2与python3的区别

Python2与python3的区别

python2 与python3的区别