Python笔记——从shell中退出p

发布时间:2019-09-16 07:20:18编辑:auto阅读(1803)

    参考网页:http://zaim.wordpress.com/2009/11/09/how-to-exit-the-python-interactive-shell-imo-the-correct-way/

    从shell(终端)中退出python:

    1、输入命令行:$ exit()

    2、快捷键: ctrl+Z

关键字