在linux的终端怎么退出python命令行

在linux的终端怎么退出python命令行


拉莫斯之舞
浏览 575回答 1
1回答

四季花海

123456Python 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退出命令行。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python