NameError: name 'FileNotFoundError' is not defined的解決方案

處理文件不存在使用FileNotFoundError來處理異常python python版本:2.7python2.7 python代碼:spa filename='waiwai.txt' try: with open(filename) as f_obj: contents=f_obj.read() except FileNotFoundError: print "Sorry,the f
相關文章
相關標籤/搜索