python例子

时间:2016-12-25 07:12:40
【文件属性】:

文件名称:python例子

文件大小:313B

文件格式:PY

更新时间:2016-12-25 07:12:40

python

python例子


网友评论

  • import sys try: s = raw_input('Enter something --> ') except EOFError: print('\nWhy did you do an EOF on me?') sys.exit() # exit the program except: print('\nSome error/exception occurred.') # here, we are not exiting the program print('Done') 例子的全部代码,就这样的还要拿分?