Python入門的36個例子 之 33 -> try – 異常是不可避免的,關鍵是怎樣處理

源代碼下載:下載地址在這裏

 

 

output:

 

Input a file name:haha
There is no file named haha
Input a file name:txt
There is no file named txt
Input a file name:1
There is no file named 1
Input a file name:037_Exception.py
Opened a file.
Input a file name:q

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章