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

作者:袖梨 2022-06-30

如下所示:

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

相关文章

精彩推荐