当前位置:主页 > 脚本语言 > Shell >

在linux的终端退出python命令行的方法

时间:2021-12-31 09:07:37 | 栏目:Shell | 点击:

如下所示:

Python 2.7.7 (default, Jun 3 2014, 01:46:20) [GCC 4.9.0 20140521 (prerelease)] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> quitUse quit() or Ctrl-D (i.e. EOF) to exit>>>使用 quit(), exit(), 或者Ctrl-D退出命令行。

您可能感兴趣的文章:

相关文章