【发布时间】:2016-10-04 08:46:48
【问题描述】:
我正在使用 PythonAnywhere 运行 3.4,当我使用 help(math) 时,我得到了一个菜单。如何退出菜单?
【问题讨论】:
标签: python python-3.x pythonanywhere
我正在使用 PythonAnywhere 运行 3.4,当我使用 help(math) 时,我得到了一个菜单。如何退出菜单?
【问题讨论】:
标签: python python-3.x pythonanywhere
帮助菜单在您的默认寻呼机中打开(通常是less)。按 q 退出。
【讨论】: