|
|
发表于 2008-4-25 10:04:26
|
显示全部楼层
apt-get install ipython ^_^
- Python 2.4.5 (#2, Mar 12 2008, 00:15:51)
- Type "copyright", "credits" or "license" for more information.
- IPython 0.8.2 -- An enhanced Interactive Python.
- ? -> Introduction and overview of IPython's features.
- %quickref -> Quick reference.
- help -> Python's own help system.
- object? -> Details about 'object'. ?object also works, ?? prints more.
- In [1]: 1 + 1
- Out[1]: 2
- In [2]: 2 * 5
- Out[2]: 10
- In [3]: 2 ** 5
- Out[3]: 32
复制代码 |
|