Django Book 翻译
菜单>:
TOC
返回
原文:
The Python interactive interpreter is a command-line program that lets you write a Python program interactively. To start it, just run the command ``python`` at the command line. Throughout this book, we feature example Python code thats printed as if its being entered in the interactive interpreter. The triple greater-than signs (``>>>`` ) signify a Python prompt.
翻译:
Python 交互解释器是命令行窗口的程序,通过它可以交互式编写 Python 程序。 要启动它只需运行 ``python`` 命令。本书所有的 Python 示例代码均以在交互解释器中输入的方式展示。那三个大于号( ``>>>`` )是 Python 的提示符。
备注:
译者: