`
iamsk
  • 浏览: 71796 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论

The exit of python

阅读更多

今天ssh到一个公司机器上,进入python,发现竟然是2.4

太老了,准备换个版本,输入exit()竟无法退出

网上查了下,才发现:

Python2.5之前的程序:
>>> import sys
>>> sys.exit()
2.5后(包括2.5)现在:
>>> exit()

当然用Ctrl-D也可以了,貌似这个太暴力了(呵呵)

 

自iamsk7.appspot.com转移,2010-03-20,准备放弃自己做的blog ;)

分享到:
评论

相关推荐

    Python Module of the Week及配套代码

    "Python Module of the Week"(POTW)是一系列教程,专注于介绍Python标准库中的不同模块,帮助开发者深入了解并利用这些模块提升编程效率。每个星期,这个项目都会挑选一个Python模块进行深入讲解,涵盖其主要功能...

    Python for Bioinformatics 第二版,最新版

    2.2.5 Exit from the Python Shell 27 2.3 BATCH MODE 27 2.3.1 Comments 29 2.3.2 Indentation 30 2.4 CHOOSING AN EDITOR 32 2.4.1 Sublime Text 32 2.4.2 Atom 33 2.4.3 PyCharm 34 2.4.4 Spyder IDE 35 2.4.5 ...

    基于YOLOV8的进出口人流量统计识别Python源码+文档说明+效果演示

    基于YOLOV8的进出口人流量统计识别Python源码+文档说明+效果演示 - 不懂运行,下载完可以私聊问,可远程教学 该资源内项目源码是个人的毕设,代码都测试ok,都是运行成功后才上传资源,答辩评审平均分达到96分,放心...

    python3.4 tutorial指导手册英文版

    #### 十、标准库简述 (Brief Tour of the Standard Library) ##### 10.1 操作系统接口 (Operating System Interface) - **os 模块**:介绍 os 模块的功能及其在操作系统交互中的应用。 - **环境变量**:说明如何...

    Python网络编程.pdf

    os._exit(0) else: client_socket.close() ``` ##### 4.3 处理类 当网络程序变得复杂时,使用类来组织代码可以使程序更易于维护和扩展。 ###### 4.3.1 简单连接对象 定义一个简单的类来封装与客户端的连接。 ...

    python京东抢购二维码登录实现

    -h, --help show this help message and exit -u USERNAME, --username USERNAME Jing Dong login user name -p PASSWORD, --password PASSWORD Jing Dong login user password -g GOOD, --good GOOD Jing ...

    艺术品管理系统的设计与实现 .doc

    Information recording and management errors are quite common, especially during periods of frequent changes in artwork information, entry and exit from storage. This makes it difficult to efficiently...

    C Programming

    - **Breaking Out of Loops**: How to prematurely exit a loop using the `break` statement. - **Going Back to the Top of a Loop**: Explanation of the `continue` statement, which skips the rest of the ...

    python-snmp-mib-browser:用于在列表中显示MIB文件OID的小程序

    python3 mib-browser.py --helpusage: mib-browser.py [-h] [-a paths] [-n] mibnamepositional arguments: mibname The name of the MIB to be shownoptional arguments: -h, --help show this help message and ...

    Python Tutorial 2.7 [官方文档]

    #### 二、使用Python解释器(Using the Python Interpreter) - **调用解释器(Invoking the Interpreter)**:介绍如何在不同操作系统中启动Python解释器,包括Windows、Linux和Mac OS X。 - **解释器及其环境(The ...

    VanHElsing:基于 E 证明器的 Python 中的自动定理证明器

    python src/helsing.py -husage: helsing.py [-h] [-t TIME] [-p PROBLEM] [-c CONFIGURATION]Van HElsing 1.0 --- June 2014.optional arguments: -h, --help show this help message and exit -t TIME, --time ...

    Python代码格式化工具YAPF.zip

     example "pep8" or "google"), or the name of a file  with style settings  -d, --diff print the diff for the fixed source  -i, --in-place make changes to files in place...

    Python的Socket编程教程[参照].pdf

    print(f'Ip address of {host} is {remote_ip}') ``` 接下来,使用`connect()`函数连接到服务器: ```python try: s.connect((remote_ip, 80)) # 80是HTTP服务的默认端口 except socket.error as msg: print(f'...

    python2.7导入shp文件到mongodb

    print('Starting to load %s of %s features in shapefile %s to MongoDB...' % (lyr.GetFeatureCount(), totfeats, lyr.GetName())) print('Opening MongoDB connection to server %s:%i...' % (mongodb_server...

    snortStats:Python模块来抓取snort警报日志并吐出一些有用的统计信息

    Python模块来抓取snort警报日志并吐出一些有用的统计信息 它通过-f,您想看的小时数-t(默认值= 24小时)以及您想要的唯一IP的实际列表-i或最常见的前N个列表来获取snort日志文件。通过-n的IP 注意:由于snort警报...

    DoingMathWithPython_Solutions.pdf

    - **Give Exit Power to the User**: 为用户提供退出程序的选项,这需要掌握如何在Python程序中处理用户输入和程序流控制。 #### Chapter 2 编程解决方案 - **How Does the Temperature Vary During the Day?**: 这...

    python测试

    sound = pygame.mixer.Sound('Sound_Of_The_Sea.ogg') sound.play() #加载背景音乐 pygame.mixer.music.load('TEST1.mp3') #播放背景音乐,第一个参数为播放的次数(-1表示无限循环),第二个参数是设置播放的起点...

    esp-idf-v3.2.zip

    Once done configuring, press Escape multiple times to exit and say "Yes" to save the new configuration when prompted. Compiling the Project idf.py build ... will compile app, bootloader and generate...

    Netgear-AirCard:使用Python3检查Netgear AirCard路由器的状态

    Script to check the status of a Netgear AirCard router. optional arguments: -h, --help show this help message and exit --no-login, -n Don't log in to the router --password PASSWORD, -p PASSWORD ...

    软件开发流程介绍加简单例子

    """Get the sum of a and b""" return first + second def main(): """The main function""" for i in range(10): myprint(i) if __name__ == '__main__': print('OS:', os.name) print('Arguments:', sys....

Global site tag (gtag.js) - Google Analytics