码迷,mamicode.com
首页 > 编程语言 > 详细

python2.x 与 python3.x的区别

时间:2018-08-07 11:04:19      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:复用   int   英文   div   编码   特性   简单   角度   print语句   

从语言的源码角度:
    python2.x 的源码书写不够规范,且源码有重复,代码的复用率不高;
    python3.x 的源码清晰、优美、简单
从语言的特性角度:
    python2.x 默认为ASCII字符编码,仅支持英文、数字、特殊符号,不支持中文,支持中文必须显示指定源代码字符编码集;
    python3.x 默认为utf-8字符编码,支持中英文
    python3.x 废弃掉了print语句,而改为print()函数,废弃掉了raw_input()函数,而改为input()函数

 

python2.x 与 python3.x的区别

标签:复用   int   英文   div   编码   特性   简单   角度   print语句   

原文地址:https://www.cnblogs.com/chris-jia/p/9435541.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!