V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
EarlGrey
V2EX  ›  Python

为什么 print 在 Python 3 中变成了函数?

  •  
  •   EarlGrey · 2016-02-18 10:34:45 +08:00 · 2297 次点击
    这是一个创建于 2962 天前的主题,其中的信息可能已经有所发展或是发生改变。
    在 Python 2 中, print 是一个语句( statement );而在 Python 3 中变成了函数( function )。很多 Python 用户都会问,为什么 Python 3 将 print 变成了函数呢?

    一起来看看 Python 核心开发者 Brett Cannon 对此的解释。

    http://codingpy.com/article/why-print-became-a-function-in-python-3/
    julyclyde
        1
    julyclyde  
       2016-02-18 11:39:34 +08:00
    不就是可变长度参数作为语句来处理太麻烦么
    slideclick
        2
    slideclick  
       2016-02-19 11:01:44 +08:00
    https://www.python.org/dev/peps/pep-3105/

    你把这个问题转成英文,拿 google 搜索,可以找到 python 官方社区的建议和讨论。所有 python 的新特性都是这样由提议,讨论过的,最后由大君裁决。那里的说明比你想象的答案要严谨和丰富。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5452 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 08:51 · PVG 16:51 · LAX 01:51 · JFK 04:51
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.