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

大家试试在 Python 的交互提示命令行中输入一下 import antigravity⋯⋯

  •  
  •   Livid · 2011-12-16 11:28:27 +08:00 · 6958 次点击
    这是一个创建于 4530 天前的主题,其中的信息可能已经有所发展或是发生改变。
    9 条回复    1970-01-01 08:00:00 +08:00
    CoX
        1
    CoX  
       2011-12-16 11:39:15 +08:00
    Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on
    win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import antigravity
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    ImportError: No module named antigravity
    >>>
    levn
        2
    levn  
       2011-12-16 11:40:31 +08:00
    need python3……
    hewigovens
        3
    hewigovens  
       2011-12-16 11:41:05 +08:00
    python2.7可以
    zz1956
        4
    zz1956  
       2011-12-16 11:48:30 +08:00
    Sivan
        5
    Sivan  
       2011-12-16 11:56:42 +08:00
    Sivan
        6
    Sivan  
       2011-12-16 11:57:43 +08:00
    而且漫画很搞笑……
    ishell
        7
    ishell  
       2011-12-16 11:59:40 +08:00
    彩蛋
    est
        8
    est  
       2011-12-16 12:00:40 +08:00
    antigravity.py

    import webbrowser

    webbrowser.open("http://xkcd.com/353/")
    lazywen
        9
    lazywen  
       2011-12-16 12:35:34 +08:00
    试试这个
    import this
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5730 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 45ms · UTC 06:40 · PVG 14:40 · LAX 23:40 · JFK 02:40
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.