推荐学习书目
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
mrdongzhijie
V2EX  ›  Python

[问题求助-程序运行错误]“unexpected EOF while parsing”,几乎按照教材上的代码写的,为毛还会出现这种错误/(ㄒoㄒ)/~~

  •  
  •   mrdongzhijie · Sep 26, 2017 · 20215 views
    This topic created in 3150 days ago, the information mentioned may be changed or developed.
    catNames = []

    while True:
    print('please enter the name of your cat:')
    name = str(input())
    if name == str():
    break
    catNames = catNames + [name]

    print('the cas name are:' + catNames )
    ——————————————————————————
    报错:
    Traceback (most recent call last):
    File "/Users/mrdongzhijie/Python/statisc-c4.py", line 5, in <module>
    name = input()
    File "<string>", line 0

    ^
    SyntaxError: unexpected EOF while parsing
    ——————————————————————
    附加问题:
    为毛代码已经将输入转换为 str,结果在交互环境输入字符时还要加‘’,否则就要报错?
    Supplement 1  ·  Sep 27, 2017
    [已解决。Mac 终端默认为 2.7 版本的 Python,需要手动制定 Python3]
    Supplement 2  ·  Sep 27, 2017
    感谢各位。
    12 replies    2017-11-16 23:10:58 +08:00
    cute
        1
    cute  
       Sep 26, 2017   ❤️ 1
    raw_input
    ysc3839
        2
    ysc3839  
       Sep 26, 2017 via Android
    先问一下,你用的 Python 是什么版本?教材上说的是什么版本?
    F281M6Dh8DXpD1g2
        3
    F281M6Dh8DXpD1g2  
       Sep 26, 2017
    你需要游标卡尺
    mrdongzhijie
        4
    mrdongzhijie  
    OP
       Sep 26, 2017
    @liprais 从 sublime 复制过来的,缩进是没问题的啊 ==
    mrdongzhijie
        5
    mrdongzhijie  
    OP
       Sep 26, 2017
    @ysc3839 用的 3.6 教材上估计用的 3.4. 反正都是 3.x 应该不会是版本问题吧
    mrdongzhijie
        6
    mrdongzhijie  
    OP
       Sep 26, 2017
    @cute 3.x 版本不是整合了 raw_input( ) 和 input ()嘛?
    kris7i
        7
    kris7i  
       Sep 26, 2017
    @mrdongzhijie cute 的正解
    fisher335
        8
    fisher335  
       Sep 26, 2017 via iPhone
    重新用手打意边,缩进的问题
    mrdongzhijie
        9
    mrdongzhijie  
    OP
       Sep 27, 2017
    mrdongzhijie
        10
    mrdongzhijie  
    OP
       Sep 27, 2017
    @kris7i O(∩_∩)O
    zhusimaji
        11
    zhusimaji  
       Sep 29, 2017
    论 pep8 的重要性
    mrdongzhijie
        12
    mrdongzhijie  
    OP
       Nov 16, 2017
    @zhusimaji 我错了……复制过程出错……求大神轻拍==
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3800 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 68ms · UTC 10:35 · PVG 18:35 · LAX 03:35 · JFK 06:35
    ♥ Do have faith in what you're doing.