try : file = open('test.txt', 'rb') except IOError as e: print('An IOError occurred. {}'.format(e.args[-1])). In the above example we are handling only the ...
確定! 回上一頁