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
xuanwu
V2EX  ›  Python

扩展 Python 控制台实现中文反馈信息

  •  
  •   xuanwu · 2019-02-10 16:11:53 +08:00 · 1050 次点击
    这是一个创建于 1899 天前的主题,其中的信息可能已经有所发展或是发生改变。

    原文: 扩展 Python 控制台实现中文反馈信息

    运行效果:

    $ python3 解释器.py
    Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 05:52:31)
    [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    (ZhPyConsole)
    >>> 学
    Traceback (most recent call last):
      File "<console>", line 1, in <module>
    命名错误: 命名'学'未定义
    >>> for i in range(1,4):
    ...     生
    ...
    Traceback (most recent call last):
      File "<console>", line 2, in <module>
    命名错误: 命名'生'未定义
    
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5345 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 09:12 · PVG 17:12 · LAX 02:12 · JFK 05:12
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.