推荐学习书目
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 · Feb 18, 2016 · 3124 views
    This topic created in 3774 days ago, the information mentioned may be changed or developed.
    在 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  
       Feb 18, 2016
    不就是可变长度参数作为语句来处理太麻烦么
    slideclick
        2
    slideclick  
       Feb 19, 2016
    https://www.python.org/dev/peps/pep-3105/

    你把这个问题转成英文,拿 google 搜索,可以找到 python 官方社区的建议和讨论。所有 python 的新特性都是这样由提议,讨论过的,最后由大君裁决。那里的说明比你想象的答案要严谨和丰富。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2603 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 47ms · UTC 07:40 · PVG 15:40 · LAX 00:40 · JFK 03:40
    ♥ Do have faith in what you're doing.