码迷,mamicode.com
首页 > 编程语言 > 详细

linux终端推出python

时间:2015-07-09 14:34:25      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:python   终端   linux   

使用 quit(), exit(), 或者Ctrl-D退出命令行

 

[root@CentOS-43 workspace]# python
Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
[root@CentOS-43 workspace]# 


 

 

版权声明:本文为博主原创文章,未经博主允许不得转载。

linux终端推出python

标签:python   终端   linux   

原文地址:http://blog.csdn.net/xiaopangxia/article/details/46815715

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!