一聚教程网:一个值得你收藏的教程网站

热门教程

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

时间:2022-06-30 16:13:44 编辑:袖梨 来源:一聚教程网

如下所示:

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退出命令行。

热门栏目